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

v1.8.15-1 to using new WiFi101_Generic library to permit sending larger data than total 4K when using `MKR1000` or `MKRWiFi1010` with `ATMEL WINC1500 WiFi`

18 Nov 19:26
e82ce0d
Compare
Choose a tag to compare

Releases v1.8.15-1

  1. Using new WiFi101_Generic library to permit sending larger data than total 4K when using MKR1000 or MKRWiFi1010 with ATMEL WINC1500 WiFi
  2. Modify examples for new features

v1.8.15-0 to permit sending data larger than 4K

14 Nov 22:18
1ca8d81
Compare
Choose a tag to compare

Releases v1.8.15-0

  1. Fix severe limitation to permit sending much larger data than total 4K. Check server.send buffer size limited to 4k #23
  2. Add example WiFiWebServer_BigData to demo how to send much larger data than total 4K
  3. Optimize code
  4. Clean up

v1.8.14-7 to remove analogRead() from example to avoid `analogRead()` crash in `arduino-pico` core and to use `allman astyle`

11 Nov 20:39
bbce55c
Compare
Choose a tag to compare

v1.8.14-6 to fix bug and add support to Teensy 4.x using Adafruit Airlift Featherwing Co-Processor

18 Aug 01:54
2f98435
Compare
Choose a tag to compare

Releases v1.8.14-6

  1. Add support to Teensy 4.x using Adafruit Airlift Featherwing Co-Processor
  2. Fix WiFiStorageFile.flush() linker error in some platform. Check Flush method not implemented #22
  3. Update Packages' Patches

v1.8.14-5 to fix bug causing data lost when sending large files.

23 May 01:21
a239f8e
Compare
Choose a tag to compare

Releases v1.8.14-5

  1. Fix bug causing data lost when sending large files. Check Thread: Teensy 4.1 - Adafruit Airlift Featherwing Co-Processor FTP Server not opening Port 21. This is just a kludge for temporary use, waiting for better and final fix, dealing with SPI driver, from Arduino.
  2. Update Packages' Patches

v1.8.14-4 to fix bugs by using unmerged PRs from original WiFiNINA, to add WiFiMulti-related examples, etc.

02 May 00:26
2ef7d59
Compare
Choose a tag to compare

v1.8.14-3 to fix issue with UDP for Nano_RP2040_Connect using arduino-pico core

31 Dec 19:43
2ee1412
Compare
Choose a tag to compare

v1.8.14-2 to add support to `Nano_RP2040_Connect` using `arduino-pico` core and to update `Packages' Patches`

31 Dec 15:59
3364b03
Compare
Choose a tag to compare

Releases v1.8.14-2

  1. Add support to Nano_RP2040_Connect using arduino-pico core
  2. Update Packages' Patches

v1.8.14-1 to support ATmega4809 and generic SAMD21E1xA, SAMD21G1xA and SAMD21J1xA

26 Nov 00:52
8a258d6
Compare
Choose a tag to compare

Releases v1.8.14-1

  1. Fix examples to support ATmega4809 such as UNO_WIFI_REV2 and NANO_EVERY
  2. Add support to generic __SAMD21E1xA__, __SAMD21G1xA__ and __SAMD21J1xA__
  3. Add headers in library.json for PIO
  4. Update platform.io
  5. Remove debug leftovers. Check Debug text comes out of the serial port when listening for UDP connections #15

Release v1.8.13 to add support to ADAFRUIT_MATRIXPORTAL_M4_EXPRESS board, to Sync with Arduino WiFiNINA Library v1.8.13 and to use with nina-fw v1.4.8

03 Aug 20:25
df9d270
Compare
Choose a tag to compare

Releases v1.8.13

  1. Sync with Arduino WiFiNINA Library v1.8.13.
  • Update latest available nina-fw to v1.4.8
  1. Add support to SAMD51 ADAFRUIT_MATRIXPORTAL_M4_EXPRESS