Skip to content

Releases: Wiznet/WIZ550web

v2.0.2 Stable

30 Jan 01:35
2d9fd56
Compare
Choose a tag to compare

Modified W5500 reset pin in the boot code.
The boot code works after reset the W5500 for 1 second before initial initialize.

v2.0.1 Stable

24 Apr 02:19
Compare
Choose a tag to compare

Code fixed : URI handling function update

v1.1.1 Stable

08 Sep 00:58
Compare
Choose a tag to compare
  • Bug fixed: Socket and data length handling problems in some web browsers (e.g., ie11)
  • Modified the TCP socket state transition handler of the HTTP server routine for clarity
  • Added the custom command handler in userHandler.c/h
    • Users can add custom commands using this function form
    • e.g., I/O control commands without web pages
  • Changed some letters in code: convert uppercase to lowercase
    • e.g., WIZ550WEB -> WIZ550web

If you do not using the FTP server function, it is helpful to improve performance to comment out '#define F_APP_FTP' in ftpd.h file.

v1.1.0 Develop

20 Jan 01:39
Compare
Choose a tag to compare
v1.1.0 Develop Pre-release
Pre-release
  • Added the FTP Server feature. (F_APP_FTP)
  • Added the Data Flash feature on FatFs. (F_SPI_FLASH)
  • We support a storage of data flash as well as SD card above v1.1.0 release.
    • You can use one of a SD card and a data flash. The mount priority of a SD card is higher than a data flash.
    • If you wish to use a SD card, you must copy the web page to a SD card and insert a SD card into a slot.
    • If there is no SD card after detecting during about 3 seconds, you can use a data flash.
      • You must have the initialization process of data flash at least once.
      • When SW1 and SW2 are pressed at the same time, the data flash is initialized by FatFs. And reset a target.
      • You must copy the web page to a data flash by FTP client tool.(ALFTP)
      • Refer to WIZ550web+FatFS+FTPServer Project Tutorial. http://youtu.be/XtnT2_CNgaY
      • Refer to WIZ550web+WindowsFTP Tutorial. Need to apply a commit cfce843. http://youtu.be/kelGSGj3kOQ
      • Refer to WIZ550web+LinuxFTP Tutorial. http://youtu.be/6qsPZA5QKEI

v1.0.1 Stable

08 Jan 05:43
Compare
Choose a tag to compare
  • Added the 'Get/Set Interface functions' for easy to customize user's web pages
  • HTTP Server operation stability improvement
  • Modified some comments and fixed some typos

v1.0.0

13 Jan 02:28
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Please use new relese version which is more stable than this version.