Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Releases: khoih-prog/WiFiNINA_Generic

Release v1.8.12 to add support to more AVR boards, to Sync with Arduino WiFiNINA Library v1.8.12 and to use with nina-fw v1.4.7

30 Jun 17:30
51f79a6
Compare
Choose a tag to compare

Releases v1.8.12

  1. Sync with Arduino WiFiNINA Library v1.8.12.
  • Update latest available nina-fw to v1.4.7
  1. Add support to many AVR (328P, 32U4, 16U4, etc.) boards. Check Add support to Arduino UNO board #9

Release v1.8.11 to Sync with Arduino WiFiNINA Library v1.8.11 and to use with nina-fw v1.4.6

15 Jun 01:19
bde2a84
Compare
Choose a tag to compare

Releases v1.8.11

  1. Sync with Arduino WiFiNINA Library v1.8.11.
  • RP2040 - adapt NinaPins to be used as class
  • Provide clean API for passing watchdog function
  • Update latest available nina-fw to v1.4.6
  1. Permit nina-fw version overridden to use whenever WiFi101-FirmwareUpdater-Plugin is not sync'ed with nina-fw version

Release v1.8.10-1 to fix PinStatus-related compile error for some platforms

29 May 18:00
831d947
Compare
Choose a tag to compare

Releases v1.8.10-1

  1. Fix PinStatus-related compile error for some platforms

Release v1.8.10 to add support to RP2040-based boards, such as Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040

26 May 02:21
738c18f
Compare
Choose a tag to compare

Releases v1.8.10

  1. Sync with Arduino WiFiNINA Library v1.8.10.
  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico v1.5.1+ core.
  2. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 v2.1.0+ core.
  3. Update Packages' Patches

Version v1.8.5 to feed watchdog within busy-wait-loop within connectBearSSL to prevent a premature reset.

19 Mar 05:21
2c7c068
Compare
Choose a tag to compare

Releases v1.8.5

  1. Sync with Arduino WiFiNINA Library v1.8.5. Bugfix: Feed watchdog within busy-wait-loop within connectBearSSL to prevent a premature reset.
  2. Update Packages' Patches

Version v1.8.2 to add possibility to resend data if lwip_send fails and use the latest WiFiNINA Firmware v1.4.3

03 Feb 04:38
9ce0323
Compare
Choose a tag to compare

Releases v1.8.2

  1. Sync with Arduino WiFiNINA Library v1.8.2. Using the latest WiFiNINA FW v1.4.3 in WiFi101-FirmwareUpdater-Plugin v0.10.13
  2. Add possibility to resend data if lwip_send fails.

Version v1.8.0 to sync with WiFiNINA v1.8.0

20 Nov 02:40
f9639b5
Compare
Choose a tag to compare

New in v1.8.0

  1. Sync with Arduino WiFiNINA Library v1.8.0. Using the latest WiFiNINA FW v1.4.2 in WiFi101-FirmwareUpdater-Plugin v0.10.13
  2. Limit the maximum length of the download URL for the OTA binary since the receive buffer on the nina firmware can't hold more than 128 bytes.
  3. Introduce WiFiBearSSLClient (offloaded to Nina)

Version v1.7.2 to add support to Adafruit Airlift M4 boards

05 Nov 05:49
d17fc07
Compare
Choose a tag to compare

New in v1.7.2

  1. Add support to Adafruit Airlift M4 boards: METRO_M4_AIRLIFT_LITE, PYBADGE_AIRLIFT_M4. Thanks to Gerard Moorcroft to report issue WiFi Hangs when attempting to start WiFi (Adafruit M4 Express Airlift Lite board) leading to this new version.
  2. Add WIFININA_GENERIC_VERSION

Version v1.7.1 to sync with WiFiNINA v1.7.1 and WiFiNINA FW v1.4.1

28 Aug 01:56
3341d77
Compare
Choose a tag to compare

Version v1.7.0 to sync with WiFiNINA v1.7.0 to add downloadOTA()

06 Aug 20:44
b5e679c
Compare
Choose a tag to compare