This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/WiFiNINA_Generic
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
Releases v1.8.12
- Sync with Arduino WiFiNINA Library v1.8.12.
- Update latest available nina-fw to v1.4.7
- 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
Releases v1.8.11
- 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
- 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
Releases v1.8.10-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
Releases v1.8.10
- Sync with Arduino WiFiNINA Library v1.8.10.
- Add support to Arduino Nano RP2040 Connect using Arduino mbed OS for Nano boards.
- Update latest available nina-fw to v1.4.5
- Bug fixes.
- 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.
- 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.
- Update
Packages' Patches
Version v1.8.5 to feed watchdog within busy-wait-loop within connectBearSSL to prevent a premature reset.
Releases v1.8.5
- Sync with Arduino WiFiNINA Library v1.8.5. Bugfix: Feed watchdog within busy-wait-loop within connectBearSSL to prevent a premature reset.
- 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
Releases v1.8.2
- Sync with Arduino WiFiNINA Library v1.8.2. Using the latest WiFiNINA FW v1.4.3 in WiFi101-FirmwareUpdater-Plugin v0.10.13
- Add possibility to resend data if lwip_send fails.
Version v1.8.0 to sync with WiFiNINA v1.8.0
New in v1.8.0
- Sync with Arduino WiFiNINA Library v1.8.0. Using the latest WiFiNINA FW v1.4.2 in WiFi101-FirmwareUpdater-Plugin v0.10.13
- 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.
- Introduce WiFiBearSSLClient (offloaded to Nina)
Version v1.7.2 to add support to Adafruit Airlift M4 boards
New in v1.7.2
- 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.
- Add WIFININA_GENERIC_VERSION
Version v1.7.1 to sync with WiFiNINA v1.7.1 and WiFiNINA FW v1.4.1
New in v1.7.1
- Sync with Arduino WiFiNINA Library v1.7.1. Using the latest WiFiNINA FW v1.4.1 in WiFi101-FirmwareUpdater-Plugin v0.10.12
Version v1.7.0 to sync with WiFiNINA v1.7.0 to add downloadOTA()
New in v1.7.0
- Sync with Arduino WiFiNINA Library v1.7.0. See Add 'downloadOTA' command to download OTA file and verify length/CRC
- Add Arduino SAMD Packages_Patches to fix Arduino SAMD compiler error when using STL. See Improve Arduino compatibility with the STL (min and max macro)