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

Latest commit

 

History

History
119 lines (82 loc) · 6.42 KB

changelog.md

File metadata and controls

119 lines (82 loc) · 6.42 KB

MDNS_Generic

arduino-library-badge GitHub release GitHub contributions welcome GitHub issues



Table of Contents



Changelog

Releases v1.4.2

  1. Fix bug in UDP length check and in WiFi example. Check UDP Length check discards correct responses when resolving names - On Nano RP2040 Connect #13
  2. Fix bug in example WiFiDiscoveringServices
  3. Update Packages' Patches

Releases v1.4.1

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Add support to SPI1 for RP2040 using arduino-pico core
  3. Rewrite all the examples to support new features
  4. Update Packages' Patches

Releases v1.4.0

  1. Fix multiple-definitions linker error.
  2. Add example multiFileProjectand WiFiMultiFileProjectto demo for multiple-file project.
  3. Fix bug
  4. Update Packages' Patches

Releases v1.3.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

Releases v1.3.0

  1. Add support to Portenta_H7, using WiFi or Ethernet. Already working.

Please use the Packages' Patches for mbed_portenta

Releases v1.3.0-beta1

  1. Add support to Portenta_H7, using WiFi or Ethernet. Still not working, just for preliminary tests. Check

for latest situation.

Releases v1.2.1

  1. Remove support to ESP8266 to use native ESP8266mDNS library

Releases v1.2.0

  1. Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core using WiFi / WiFiNINA_Generic Library
  2. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core using WiFi / WiFiNINA_Generic Library
  3. Add support to ESP32 and ESP8266 boards using native ESP WiFi
  4. Add support to Generic boards, such as MKR WiFi1010, using WiFi101 Library
  5. Add WiFi-related examples.
  6. Modify hostname from easily-duplicated arduino to board-related hostname to fix issue caused by duplicated hostname, such as mDNS stops working after two minutes #5
  7. Verify issue mDNS stops working after two minutes #5 is fixed, using Nano_RP2040_Connect, WiFiNINA FW 1.4.8 and WiFiNINA_Generic Library
  8. Change License from MIT to GPLv3

Releases v1.1.0

  1. Add support to RP2040-based boards, such as RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Earle Philhower's arduino-pico core.
  2. Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.
  3. Update examples
  4. Update `Packages' Patches
  5. Add Version String and Table of Contents

Releases v1.0.1

  1. Add support to W5x00 using Ethernet2 or Ethernet3 library
  2. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
  3. Update Packages' Patches.
  4. Update Libraries' Patches for Ethernet2 library to add Multicast feature necessary for this MDNS_Generic library
  5. Enhance examples.

Releases v1.0.0

  1. Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc..
  2. Add support to SAMD51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.).
  3. Add support to SAMD21 (ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit CIRCUITPLAYGROUND_EXPRESS, etc.).
  4. Add support to Seeeduino SAMD21/SAMD51 boards (SEEED_WIO_TERMINAL, SEEED_FEMTO_M0, SEEED_XIAO_M0, Wio_Lite_MG126, WIO_GPS_BOARD, SEEEDUINO_ZERO, SEEEDUINO_LORAWAN, SEEED_GROVE_UI_WIRELESS, etc.)
  5. Add support to all STM32F/L/H/G/WB/MP1 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)
  6. Add support to Teensy (4.1, 4.0, 3.x, Teensy++ 2.0, Teensy 2.0, etc.)
  7. Add sample Packages Patches for STM32F/L/H/G/WB/MP1
  8. Add Library Patches for Ethernet.
  9. Add Packages' Patches for Arduino SAMD21 to fix compiler error issue when using STL for Nano-33-IoT, ZERO, MKR, etc.