Releases: arduino/ArduinoCore-renesas
Releases · arduino/ArduinoCore-renesas
1.5.1
What's Changed
- Add
WIRE_INTERFACES_COUNT
define and fix SCL pins for opta analog and digital by @leonardocavagnis in #480 - AnalogWrite: fix DC calculation by @leonardocavagnis in #483
- fixed Arduino Nano R4: CI, CAN, OPAMP & freeRTOS by @gbr1 in #485
New Contributors
- @leonardocavagnis made their first contribution in #480
- @gbr1 made their first contribution in #485
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Adding WiFiS3 API documentation by @BenjaminDannegard in #415
- Fix 10 second delay in WiFiClient read methods when no data is available to read by @mgcookson in #458
- Storage: align partition scheme to mbed boards by @pennam in #470
- Matrix: initialize _lastInterval when starting a sequence by @pennam in #468
- Enable USB HID Host support for Portenta C33 by @aentinger in #457
- Reduce storage consumption of ping command for C33 by @fabik111 in #467
- Added end() function to Soft Serial - fix for #463 by @maidnl in #465
- Replace broken URLs in library metadata by @per1234 in #474
- USB: Remove DFU interface from Uno R4 WiFi by @mgcookson in #471
- Nano R4 by @pennam in #475
- Fix BLE and WiFi coexistance on Portenta c33 by @fabik111 in #472
- remove nano in boards.txt from portenta package by @pennam in #476
New Contributors
- @BenjaminDannegard made their first contribution in #415
- @mgcookson made their first contribution in #458
Full Changelog: 1.4.1...1.5.0
1.4.1
1.4.0
What's Changed
- Add a missing linefeed with a println. by @jmwanderer in #426
- UNO R4 WiFi Fix firmware init from cold boot by @pennam in #427
- Upgrade upload/artifacts and checkout actions to v4 by @pennam in #429
- WiFiS3: fix peek() avoiding AT call by @facchinm in #423
- WiFiS3: remove destroy_at_distructor unused flag by @pennam in #432
- analog: declare aref variable only if used by @pennam in #435
- CWiFi: add missing return value to disconnect() by @pennam in #438
- WiFiS3 and WiFIC3 Add wl definitions by @pennam in #439
- Esphost add missing return values and minor fixes by @pennam in #443
- C33 Ethernet fix warnings by @pennam in #440
- lwIpWrapper: fix redefinitions, ctor init order and remove unused variables by @pennam in #441
- C33 SSL client fix stop() and connect( .. ) with psk by @pennam in #436
- BlockDevices: minor fixes to cleanup compile warnings by @pennam in #444
- FreeRTOS restore original behaviour and allow override startup hooks by @pennam in #445
- [C33] Kvstore by @andreagilardoni in #428
- UNO R4 WiFi firmware 0.5.2 by @pennam in #447
- RTC: add structs missing initializers by @pennam in #437
- Test_RTC example: change on interrupt PIN to D7 by @pennam in #449
- WiFiS3: remove retries to get localIP by @pennam in #450
- adc: analogReadResolution fix adc1 resolution by @pennam in #448
- Ping command for Portenta C33 by @fabik111 in #424
- Add limit for returning the first 10 access points with high rssi by @fabik111 in #387
New Contributors
- @jmwanderer made their first contribution in #426
- @fabik111 made their first contribution in #424
Full Changelog: 1.3.2...1.4.0
1.3.2
1.3.1
What's Changed
- UNO R4 WiFi: SATSE add serialNumber(byte sn[]) API by @pennam in #386
- Portenta C33 WiFi: get STA MAC address as default by @pennam in #385
- WiFiS3: add WL_MAC_ADDR_LENGTH definition by @pennam in #384
- SE050 add api to read serial number bytes by @pennam in #383
- Add
SERIAL_PORT_HARDWARE
by @marqdevx in #392 - WiFiC3: replace old build script by @facchinm in #187
- Add support for scrolling text asynchronously by @misaz in #312
- uno-r4-usb-bridge: include commands of 0.5.0 pre-release by @pennam in #397
- WiFiS3: add WiFi.getTime() by @pennam in #394
- Add WiFi.ping() by @andreagilardoni in #395
- WifiS3 added method to get uint32 version by @andreagilardoni in #326
- WiFiS3 At improvements by @andreagilardoni in #349
- Preferences fixes by @andreagilardoni in #393
- Arduino_FreeRTOS: automatically start loop by @facchinm in #369
- Non blocking ota download by @andreagilardoni in #325
- Initialize local variable for AP config by @alrvid in #400
- TextWithArduinoGraphics: add note about ArduinoGraphics dependency by @pennam in #401
- WiFiS3 ping add missing parameter by @pennam in #403
- examples: uno r4 wifi fix print about required firmware version by @pennam in #402
- Reduce WiFiS3 warnings by @pennam in #404
- Fix for Serial flush() returning before transmission has completed by @pennam in #405
- Preferences: adding missing return statement by @andreagilardoni in #410
New Contributors
Full Changelog: 1.2.2...1.3.1
1.3.0
What's Changed
- UNO R4 WiFi: SATSE add serialNumber(byte sn[]) API by @pennam in #386
- Portenta C33 WiFi: get STA MAC address as default by @pennam in #385
- WiFiS3: add WL_MAC_ADDR_LENGTH definition by @pennam in #384
- SE050 add api to read serial number bytes by @pennam in #383
- Add
SERIAL_PORT_HARDWARE
by @marqdevx in #392 - WiFiC3: replace old build script by @facchinm in #187
- Add support for scrolling text asynchronously by @misaz in #312
- uno-r4-usb-bridge: include commands of 0.5.0 pre-release by @pennam in #397
- WiFiS3: add WiFi.getTime() by @pennam in #394
- Add WiFi.ping() by @andreagilardoni in #395
- WifiS3 added method to get uint32 version by @andreagilardoni in #326
- WiFiS3 At improvements by @andreagilardoni in #349
- Preferences fixes by @andreagilardoni in #393
- Arduino_FreeRTOS: automatically start loop by @facchinm in #369
- Non blocking ota download by @andreagilardoni in #325
- Initialize local variable for AP config by @alrvid in #400
- TextWithArduinoGraphics: add note about ArduinoGraphics dependency by @pennam in #401
- WiFiS3 ping add missing parameter by @pennam in #403
- examples: uno r4 wifi fix print about required firmware version by @pennam in #402
- Reduce WiFiS3 warnings by @pennam in #404
- Fix for Serial flush() returning before transmission has completed by @pennam in #405
New Contributors
Full Changelog: 1.2.2...1.3.0
1.2.2
What's Changed
- Add missing return statement in SyncCanMsgRingbuffer::isFull() by @Wetmelon in #368
- Core Renesas / PWM / fixing wrong pulse setting by @maidnl in #372
- Exclude OPTA_* from unor4 package by @pennam in #365
- Fix stop bit time. by @iabdalkader in #374
- Core renesas / Storage library, Fix for #366 (Name conflict in library Storage) by @maidnl in #370
- package: remove opta variants from boards.txt before packaging by @pennam in #378
New Contributors
Full Changelog: 1.2.1...1.2.2
Release 1.2.1
What's Changed
- Clearing canvas buffer in ArduinoLEDMatrix::clear() in addition to frame buffer by @stefanmarks in #335
- Display useful message when Linux post-install script has insufficient permissions by @per1234 in #334
- Publish Opta expansions variants by @facchinm in #342
- Remove old and unused portenta_h33 e2studio project by @pennam in #340
- WiFiS3: implement setTimeout functionality by @pennam in #339
- Fix in formula for creating frequency from MIDI note by @x-1xps in #348
- Fix RTC resetting after reboot by @andreagilardoni in #347
- WiFiS3: Skip unaligned responses from WiFi chip by @pennam in #353
- Portenta C33 UNO R4 minima UNO R4 WiFi allow usage of TRNG by @pennam in #338
New Contributors
- @stefanmarks made their first contribution in #335
- @x-1xps made their first contribution in #348
Full Changelog: 1.2.0...1.2.1
Release 1.2.0
What's Changed
- Add hourglass animation to the LED matrix gallery by @alranel in #279
- backtrace: remove spurious file from compiling by @facchinm in #258
- UNOR4: rebuild libfsp with I2C patch by @facchinm in #257
- CNetIf - added config method to apply new static IP settings for WiFi and Ethernet by @JAndrassy in #209
- WiFiC3 - config(ip) didn't set default value for DNS IP by @JAndrassy in #199
- Revert "Wire: unlock the bus on begin()" by @facchinm in #286
- Fix return type of ArduinoLEDMatrix::begin() by @mast-eu in #282
- Use correct datatype for return value of FspTimer::get_available_timer() by @mast-eu in #288
- Correct name of library in file header by @alrvid in #289
- Fix for flexible CAN baud rate by @fastbike in #296
- [Arduino_CAN] fix regression introduced in #296. by @aentinger in #300
- Update "Port mn Pin Function Select Register" in SVD file. by @embedded-kiddie in #305
- Add a clear() method to the LED matrix library by @alranel in #280
- Arduino_LED_Matrix: add to CI and fix ArduinoGraphics begin() by @facchinm in #313
- libraries/SoftwareSerial: Fix ring buffer data type. by @iabdalkader in #314
- Fix buffer-overflow assigning global Wire instances. by @aentinger in #317
- Adding Generic Interrupt function to IRQManager by @delta-G in #316
- libraries: Fix possible buffer/stack overflows in multiple libraries. by @iabdalkader in #318
- Fix for I2C bus not always working correctly after a slave device call end() by @maidnl in #319
- Add compiler.xxx.extra_flags to receipes in platform.txt by @isidromv in #323
- Fix Inconsistent Sleep Current by relocating the Ethernet Clock AGT Timer by @cristidragomir97 in #322
- WiFiS3 Modem: change write and write_nowait format argument to const char * by @pennam in #285
- WiFiS3: WiFiWebClientSSL fix information about CA Root certificate by @pennam in #278
- WiFiS3 Udp, Client: avoid RX_BUFFER_DIM redefinition by @pennam in #284
- bounds check for last_interrupt_index by @delta-G in #320
- Add RTC alarm setter without callback by @sebromero in #324
- Clear Unused Parameter Warnings in EEPROM examples by @delta-G in #311
- Add I2S support. by @iabdalkader in #306
- define digitalPinHasPWM for UNOWIFIR4 & MINIMA by @isidromv in #287
- WifiS3 Wificlient issues by @andreagilardoni in #309
- Publish 1.2.0 by @facchinm in #332
New Contributors
- @mast-eu made their first contribution in #282
- @fastbike made their first contribution in #296
- @embedded-kiddie made their first contribution in #305
- @iabdalkader made their first contribution in #314
- @isidromv made their first contribution in #323
- @cristidragomir97 made their first contribution in #322
Full Changelog: 1.1.0...1.2.0