forked from Wiznet/ioLibrary_Driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Update forked repo #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MDIO added
Revert "MDIO added"
fixed unused variables warning
wizchip_init() - modify about MAX TX/RX buffer when W5100S use.
getSn_RXMEM_SIZE setSn_TXMEM_SIZE getSn_TXMEM_SIZE When that function use, it is used to same with W5100 - TMSR /RMSR of Common register
…QTTFormat_toClientString
fixed -Wsizeof-pointer-memaccess warning
fixed several warnings in mqtt_interface
…g_fix cleaned up unused variable warning for _WIZCHIP_ >= W5200
fixed typing errors
cleaned up maybe-unitialized warning
removed unused variable strindex
fixed typos in DHCP files
2.W5100S also support KA
Fixed issue 69
1.For W5100S,The array size is one byte smaller
fix w5100s bit define bugs
fix w5100s bug
Fixed an issue where ping ip address failed after pinging domain name failed.
- Sn_PROTO Modify getSn_FRAGR,setSn_FRAGR Modify the bit of IR register definition
Modify getxxx function - setSn_PROTOR , getSn_FRAGR, setSn_FRAGR - Modify the bit of IR register definition
QoS value was an enum and this value was passed to MQTTSerialize_subscribe as an (int*). So when -Os optimization is used the QoS enum was set to byte and placed at odd address. But when the code reached MQTTSerialize_subscribe and the address of pointer to byte was casted to pointer to integer the LDR instruction caused HardFaul because of unaligned int access. Fixed by forcing to pass char so now it should not matter which compiler is used.
modify comparing DHCP server ip addres
Fix MQTTClient unaligned access on ARM when using -Os
Update dns.c
Fix regression KEEPALIVEAUTO Not supported in W5100, W5200
add multicast example
Compiler warned that there was no break at the end of the case statement. Added the break.
Added a break to remove compiler warning.
It is not compatable to W5100. It is only valid on W5500
Modify wizchip_clrinterrupt() to set Sn_IR for clearing SIR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
,