-
Notifications
You must be signed in to change notification settings - Fork 0
Added RA6M5 Core. #2
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
Conversation
KeySlot was incorrectly encoded in a single byte. As per https://github.com/NXPPlugNTrust/nano-package?tab=readme-ov-file#mbedtls-alt-files it should be stored over 4 bytes, in Big Endian order.
Fix: prevent artefacts from appearing on the screen during a SCROLL_LEFT.
Ethernet.begin - fix parameters ordering
EthernetC33 debugging
Fixed hash algo to be selected based on input and not hardcoded
WiFiS3 fix Modem timeout at ERROR response
Fixed encoding of KeySlot ID.
… "compiler.optimization_flags".
-Og provides "a reasonable level of optimization while maintaining fast compilation and a good debugging experience".
- This library works only if WiFi firmware version is greater than 0.3.0
WiFiS3 client connect timeout
OTAUpdate: do not use Error enum to return error codes
Add AES encrypt/decrypt and HMAC support for SE05X
Fix: do not randomly clear the first line of the LED matrix.
WiFiSSLClient: add setEccSlot method to configure client private key and certificate
…rt and setEccSlot - Also fix setCACert signature to be consistent with other core implementations
ESPHost - fix softAP password check
WiFiS3 let WiFi.h include WiFiClient, WiFiUDP, WiFiServer
WiFiS3 WiFiSSLClient: avoid duplicated AT messages
Update WIFI_FIRMWARE_LATEST_VERSION to 0.4.1
OTAUpdate: change root certificate to download binary from download.arduino.cc
Publish 1.1.0
Merge upstream.
Yep, I unfortunately had to shoehorn their exclusion methods in a way that made sense. It uses the makefile exclude functionality, but they define files and then exclude directories based on those. I added the While my intention was power savings by default, I see the argument about enabling it by default so that someone isn't confused. There would be more people confused if it was disabled by default. I'll make that change. |
Renamed variable properly
Please only review my commits. I merged in other code from upstream that doesn't affect this. Please review the variant folder, the boards.txt, bootloader folder, libraries/BlockDevices/BlockDevice and **/**/QSPIBlockDevice, post_install.sh.
Thanks!