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

Commit

Permalink
v1.6.0 for WizNet W6100
Browse files Browse the repository at this point in the history
#### Releases v1.6.0

1. Add support to WIZNet `W6100` using [`Ethernet_Generic`](https://github.com/khoih-prog/Ethernet_Generic) library
  • Loading branch information
khoih-prog authored Jan 21, 2023
1 parent 9172e71 commit 9a36f4c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@


* [Changelog](#changelog)
* [Releases v1.6.0](#releases-v160)
* [Releases v1.5.0](#releases-v150)
* [Releases v1.4.0](#releases-v140)
* [Releases v1.3.0](#releases-v130)
Expand All @@ -30,6 +31,10 @@

## Changelog

#### Releases v1.6.0

1. Add support to WIZNet `W6100` using [`Ethernet_Generic`](https://github.com/khoih-prog/Ethernet_Generic) library

#### Releases v1.5.0

1. Add support to `RP2040W` with `CYW43439` WiFi using `arduino-pico` core
Expand Down
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "FTPClient_Generic",
"version": "1.5.0",
"description": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RP2040W, etc.), ESP32/ESP8266 using Ethernet. FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, RP2040W, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc. and ESP32/ESP8266 using Ethernet W5x00 or ENC28J60",
"keywords": "communication, data, ftp, ftp-client, wifi, WiFiNINA, ethernet, teensy, teensy41, qnethernet, native-ethernet, w5x00, ethernet-generic, portenta-h7, rp2040, SAM-DUE, SAMD, STM32, nRF52, mega-avr",
"version": "1.6.0",
"description": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RP2040W, etc.), ESP32/ESP8266 using Ethernet. FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, RP2040W, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, W6100, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc. and ESP32/ESP8266 using Ethernet W5x00 or ENC28J60",
"keywords": "communication, data, ftp, ftp-client, wifi, WiFiNINA, ethernet, teensy, teensy41, qnethernet, native-ethernet, w5x00, w6100, ethernet-generic, portenta-h7, rp2040, SAM-DUE, SAMD, STM32, nRF52, mega-avr",
"authors": [
{
"name": "Leonardo Bispo",
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=FTPClient_Generic
version=1.5.0
version=1.6.0
author=Leonardo Bispo <l.bispo@live.com>, Khoi Hoang
maintainer=Khoi Hoang <khoih.prog@gmail.com>
license=MIT
sentence=FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RP2040W, etc.), ESP32/ESP8266 using Ethernet
paragraph=FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, RP2040W, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc. and ESP32/ESP8266 using Ethernet W5x00 or ENC28J60
paragraph=FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, RP2040W, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, W6100, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc. and ESP32/ESP8266 using Ethernet W5500, W6100 or ENC28J60
category=Communication
url=https://github.com/khoih-prog/FTPClient_Generic
architectures=*
Expand Down
9 changes: 5 additions & 4 deletions src/FTPClient_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/FTPClient_Generic
Version: 1.5.0
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -20,6 +20,7 @@
1.3.0 K Hoang 16/05/2022 Fix uploading issue of large files for WiFi, QNEthernet
1.4.0 K Hoang 05/11/2022 Add support to ESP32/ESP8266 using Ethernet W5x00 or ENC28J60
1.5.0 K Hoang 20/01/2023 Add support to RP2040W using `arduino-pico` core
1.5.0 K Hoang 20/01/2023 Add support to Ethernet W6100 using Ethernet_Generic library
*****************************************************************************************************************************/

#pragma once
Expand All @@ -29,13 +30,13 @@

/////////////////////////////////////////////////////////

#define FTPCLIENT_GENERIC_VERSION "FTPCLIENT_GENERIC v1.5.0"
#define FTPCLIENT_GENERIC_VERSION "FTPCLIENT_GENERIC v1.6.0"

#define FTPCLIENT_GENERIC_VERSION_MAJOR 1
#define FTPCLIENT_GENERIC_VERSION_MINOR 5
#define FTPCLIENT_GENERIC_VERSION_MINOR 6
#define FTPCLIENT_GENERIC_VERSION_PATCH 0

#define FTPCLIENT_GENERIC_VERSION_INT 1005000
#define FTPCLIENT_GENERIC_VERSION_INT 1006000

/////////////////////////////////////////////////////////

Expand Down
3 changes: 2 additions & 1 deletion src/FTPClient_Generic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/FTPClient_Generic
Version: 1.5.0
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -20,6 +20,7 @@
1.3.0 K Hoang 16/05/2022 Fix uploading issue of large files for WiFi, QNEthernet
1.4.0 K Hoang 05/11/2022 Add support to ESP32/ESP8266 using Ethernet W5x00 or ENC28J60
1.5.0 K Hoang 20/01/2023 Add support to RP2040W using `arduino-pico` core
1.5.0 K Hoang 20/01/2023 Add support to Ethernet W6100 using Ethernet_Generic library
*****************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/FTPClient_Generic_Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/FTPClient_Generic
Version: 1.5.0
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -20,6 +20,7 @@
1.3.0 K Hoang 16/05/2022 Fix uploading issue of large files for WiFi, QNEthernet
1.4.0 K Hoang 05/11/2022 Add support to ESP32/ESP8266 using Ethernet W5x00 or ENC28J60
1.5.0 K Hoang 20/01/2023 Add support to RP2040W using `arduino-pico` core
1.5.0 K Hoang 20/01/2023 Add support to Ethernet W6100 using Ethernet_Generic library
*****************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/FTPClient_Generic_Impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Built by Khoi Hoang https://github.com/khoih-prog/FTPClient_Generic
Version: 1.5.0
Version: 1.6.0
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -20,6 +20,7 @@
1.3.0 K Hoang 16/05/2022 Fix uploading issue of large files for WiFi, QNEthernet
1.4.0 K Hoang 05/11/2022 Add support to ESP32/ESP8266 using Ethernet W5x00 or ENC28J60
1.5.0 K Hoang 20/01/2023 Add support to RP2040W using `arduino-pico` core
1.5.0 K Hoang 20/01/2023 Add support to Ethernet W6100 using Ethernet_Generic library
*****************************************************************************************************************************/

#pragma once
Expand Down

0 comments on commit 9a36f4c

Please sign in to comment.