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

Releases: khoih-prog/MDNS_Generic

v1.4.2 to fix bug in UDP length check and in WiFi example

13 Oct 05:06
deaf72b
Compare
Choose a tag to compare

v1.4.1 to use Ethernet_Generic library, to add support to SPI1 for RP2040, etc.

12 Apr 03:03
210e8af
Compare
Choose a tag to compare

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

v1.4.0 to fix `multiple-definitions` linker error

27 Mar 22:26
6ad2e37
Compare
Choose a tag to compare

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

v1.3.1 to update `platform.ini` and `library.json`

11 Oct 07:04
675e4c8
Compare
Choose a tag to compare

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

v1.3.0 to add support to Portenta_H7, using Murata WiFi or Vision-shield Ethernet.

28 Sep 18:00
b024eb3
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add support to Portenta_H7, using Murata WiFi or Vision-shield Ethernet.

Please use the Packages' Patches for mbed_portenta

v1.3.0-b1 to add support to Portenta_H7, using WiFi or Ethernet. For teesting only, still not working for Portenta_H7. See changelog.md

13 Sep 19:08
b31630a
Compare
Choose a tag to compare

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.

v1.2.1 to remove support to ESP8266

02 Sep 19:28
c2081b1
Compare
Choose a tag to compare

Releases v1.2.1

  1. Remove support to ESP8266 to use native ESP8266mDNS library

v1.2.0 to add support to WiFi, WiFiNINA, WiFi101, ESP WiFi, ESP8266-AT WiFi, etc.

02 Sep 05:38
6ce90d9
Compare
Choose a tag to compare

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

Release v1.1.0 adds support to RP2040-based boards using Ethernet and RP2040 Arduino-mbed or arduino-pico core

13 Jun 01:47
604594a
Compare
Choose a tag to compare

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

Version v1.0.1 to add support to Ethernet2 and Ethernet3 libraries

02 Oct 22:52
fed73ea
Compare
Choose a tag to compare

New in 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.