ArduinoCore-renesas
ArduinoCore-renesas copied to clipboard
It has been observed on I2C bus with heavy load of traffic that sometimes after the call of end() from a slave, the I2C bus gets in a weird state...
I implemented support for generating animation (sequence) from text input. This can be later used for scrolling text asynchronously instead of doing it using `endText` which blocks execution untill text...
I used one of the EEPROM examples for a test and noticed some unused parameter warnings that were easy to squash. The warning can be seen by looking at the...
Using Serial1.flush() In flush() of ArduinoUnoR3 waited until the transmission was completely finished. When I tried R4, it seemed to exit as soon as the Tx buffer was empty. Please...
Hello everyone, when I tried to run the example in https://docs.arduino.cc/tutorials/uno-r4-wifi/rtc#Periodic-Interrupt, I found some errors in it. In order to make the code run correctly, I made modifications to the...
The UART class write method currently blocks waiting on a flag that will not be set until the transmission is complete. For low baud rates this can be a long...
The method `availableForWrite` is not implemented in the UART class and currently returns 0 in all cases.
### Describe the problem The upload operation for the [**UNO R4 WiFi**](https://docs.arduino.cc/hardware/uno-r4-wifi) follows this sequence: 1. Perform a ["1200 bps touch"](https://arduino.github.io/arduino-cli/dev/platform-specification/#1200-bps-bootloader-reset) to put the board into the mode where it...
This PR aims to fix the issue for which a client class is not able to connect again after a connection loss. This PR is applied to WifiS3 library. Furthermore...
I opened this to replace #303 because it had a bunch of files included from submodules. This should be cleaner. Sorry for the mess. This pull request makes changes in...