Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: arduino/ArduinoCore-renesas

1.4.1

10 Mar 12:05
Compare
Choose a tag to compare
Loading

What's Changed

  • WiFiS3: add missing return value to CAccessPoint = operator overload by @pennam in #452
  • WiFiS3: remove unused variable by @pennam in #454
  • Publish 1.4.1 by @pennam in #455

Full Changelog: 1.4.0...1.4.1

1.4.0

04 Mar 08:04
Compare
Choose a tag to compare
Loading
1.4.0 Pre-release
Pre-release

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

Full Changelog: 1.3.2...1.4.0

1.3.2

18 Dec 16:19
Compare
Choose a tag to compare
Loading

What's Changed

  • Allow FreeRTOS hook for C33 only and improve its reliability by @facchinm in #414

Full Changelog: 1.3.1...1.3.2

1.3.1

05 Dec 10:06
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog: 1.2.2...1.3.1

1.3.0

05 Dec 10:05
03b4a91
Compare
Choose a tag to compare
Loading
1.3.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.2.2...1.3.0

1.2.2

14 Oct 07:45
1169821
Compare
Choose a tag to compare
Loading

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

17 Sep 06:54
5748045
Compare
Choose a tag to compare
Loading

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

Full Changelog: 1.2.0...1.2.1

Release 1.2.0

03 Jun 06:50
711ef1d
Compare
Choose a tag to compare
Loading

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

Full Changelog: 1.1.0...1.2.0

1.1.0

26 Feb 22:25
fb0f853
Compare
Choose a tag to compare
Loading

What's Changed

  • CAN Filter and Mask by @Woodwarth in #170
  • WiFiC3 - don't start DHCP in begin, if static IP is configured by @JAndrassy in #179
  • WiFiS3 - static IP config, fix automatic DNS IP by @JAndrassy in #173
  • RTC - Replace Serial.print()s from ISR functions in example Sketches by @jacobhylen in #178
  • unor4: fix incorrect BSP_CLOCK_CFG_SUBCLOCK_POPULATED defines by @facchinm in #169
  • Fix: provide include path to where the API folder is stored. by @aentinger in #188
  • Allow Wire to switch from master to slave and vice versa by @maidnl in #191
  • analogReference: add getter for AR_INTERNAL if defined at variant level by @facchinm in #190
  • fixing millis rollover bug x2 by @delta-G in #196
  • WiFiC3 - dnsIP(n) getter added by @JAndrassy in #176
  • Add gallery of icons and animations by @alranel in #198
  • Fix: Increase accuracy of "delay()" routine. by @aentinger in #203
  • Provide frequency/duty_cycle API for PwmOut::begin(...). by @aentinger in #204
  • WiFiS3 WiFiServer operator bool by @JAndrassy in #140
  • WiFiS3 example WiFiPagerServer by @JAndrassy in #133
  • WiFiC3 - STA BSSID getter fix by @JAndrassy in #177
  • WiFiC3 example WiFiPagerServer by @JAndrassy in #185
  • WiFiS3/C3 - add legacy wl_enc_type constants aliases by @JAndrassy in #175
  • Fix: compilation of "ESP32_Test.ino" fails due to non-existent function "begin". by @aentinger in #205
  • WiFiC3 - macAddress() return normal bytes ordering by @JAndrassy in #184
  • WiFiS3 - macAddress() return normal bytes ordering by @JAndrassy in #183
  • LwipClient - operator bool fix by @JAndrassy in #208
  • ESPHost library - protobuf-c.c as source and not as precompiled by @JAndrassy in #213
  • Ethernet - standard MACAddress getter with a parameter by @JAndrassy in #214
  • ESPHost library - make the example work by @JAndrassy in #227
  • Prevent multiple inclusion by adding include guards. by @aentinger in #231
  • Fix: prevent artefacts from appearing on the screen during a SCROLL_LEFT. by @aentinger in #232
  • Ethernet.begin - fix parameters ordering by @JAndrassy in #222
  • EthernetC33 debugging by @JAndrassy in #223
  • Fixed hash algo to be selected based on input and not hardcoded by @pennam in #229
  • WiFiS3 fix Modem timeout at ERROR response by @JAndrassy in #147
  • Fixed encoding of KeySlot ID. by @lagosantol in #217
  • Define the compiler.optimization_flags allows for specifying the desired optimization level during compilation. by @aentinger in #238
  • Fix typo by @y-tsubuku in #245
  • Debugger support by @facchinm in #237
  • fix for #244, byte-order wrong for LSBFIRST buffer transfers by @RudolphRiedel in #246
  • WiFiSSLClient: remove unused function declaration by @pennam in #255
  • Docs: UNO R4 WiFi fix command to flash bootloader by @pennam in #252
  • unor4wifi: update firmware submodule by @pennam in #261
  • Add WiFi Preferences support by @pennam in #239
  • Add software AT secure element support by @pennam in #253
  • WiFiS3 WiFiServer::accept() by @JAndrassy in #144
  • WiFiS3 client connect timeout by @JAndrassy in #148
  • OTAUpdate: do not use Error enum to return error codes by @pennam in #197
  • Add AES encrypt/decrypt and HMAC support for SE05X by @pennam in #242
  • Fix: do not randomly clear the first line of the LED matrix. by @aentinger in #260
  • WiFiSSLClient: add setEccSlot method to configure client private key and certificate by @pennam in #254
  • ESPHost - fix softAP password check by @JAndrassy in #248
  • WiFiS3 let WiFi.h include WiFiClient, WiFiUDP, WiFiServer by @JAndrassy in #224
  • WiFiS3 WiFiSSLClient: avoid duplicated AT messages by @pennam in #266
  • Update WIFI_FIRMWARE_LATEST_VERSION to 0.4.1 by @pennam in #267
  • OTAUpdate: change root certificate to download binary from download.arduino.cc by @pennam in #269
  • Publish 1.1.0 by @pennam in #275

New Contributors

Full Changelog: 1.0.5...1.1.0

Release 1.0.5

25 Oct 10:15
9a838ba
Compare
Choose a tag to compare
Loading

What's Changed

  • C33 SSLClient: fix certificate loading from filesystem by @pennam in #124
  • Add method to allow the GPT Timer period not to be buffered. by @KurtE in #131
  • Add OPAMP library for Uno R4 (WiFi, Minima) by @maxgerhardt in #97
  • WiFiS3 WiFiClient connect by IP bug fix by @JAndrassy in #129
  • C33: fix RTC functionality by @facchinm in #125
  • platform.txt - core platform path for tinyusb by @JAndrassy in #122
  • Fix the incorrect comments in the examples of the WIFI S3 library. by @eMUQI in #136
  • Fix for RTC not allowing matching more than one field on Alarm by @maidnl in #156
  • Portenta C33: Msd QSPI examples, mount both partition by @pennam in #137
  • Add a USB mass storage disconnected callback by @alrvid in #142
  • Avoid shadowing Stream.setTimeout by @pennam in #141
  • Fix WiFiStation buffer management by @pennam in #134
  • Usb post initialization function and tinyusb fixes by @maidnl in #128
  • SFU add download function and OTA example by @pennam in #157
  • mbedtls: enable server name indication extension by @pennam in #159
  • Fix memory corruption bug by @alrvid in #164
  • UNO WiFi R4 OTA examples: fix download return value print by @pennam in #165
  • Ethernet driver and LWIP wrapper fixes by @andreagilardoni in #151
  • Publish 1.0.5 by @facchinm in #167

New Contributors

Full Changelog: 1.0.4...1.0.5

Morty Proxy This is a proxified and sanitized view of the page, visit original site.