forked from arduino/ArduinoCore-renesas
-
Notifications
You must be signed in to change notification settings - Fork 0
Update #4
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
Closed
Closed
Update #4
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
Add WiFi.ping()
WifiS3 added method to get uint32 version
This commit aims to change the logic of the parse function from repeatedly calling a find on the buffer of incoming data to an approach based on FSM for parsing a stream of chars
WiFiS3 At improvements
Preferences fixes
Arduino_FreeRTOS: automatically start loop
The AP configuration variable wasn't initialized, so the fields contained random data. Then, they were filled using memcpy() with the size of the data to copy, leaving the remainder of the fields containing random data. For example, the pwd variable containing the entered password was copied without null termination into the pwd field, and the rest of the pwd field contained random data. This caused connection failures depending on the content of the random data.
…download Non blocking ota download
Initialize local variable for AP config
…rduino#401) * TextWithArduinoGraphics: add note about ArduinoGraphics dependency Co-authored-by: Per Tillisch <[email protected]>
WiFiS3 ping add missing parameter
examples: uno r4 wifi fix print about required firmware version
Reduce WiFiS3 warnings
Use UART_EVEN_TX_COMPLETE to determine when flush() should return
Fix for Serial flush() returning before transmission has completed
Preferences: adding missing return statement
This gives the chance for users to create new threads/queues in setup() without race conditions
…cumentation Adding API documentation for the WiFiS3 library
Allow FreeRTOS hook for C33 only and improve its reliability
Add a missing linefeed with a println.
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.
No description provided.