Skip to content

v1.1.0 Develop

Pre-release
Pre-release
Compare
Choose a tag to compare
@bingdo bingdo released this 20 Jan 01:39
· 62 commits to master since this 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