HTTP File Server using SD Card for STM32F407VET6.
Dependencies: EthernetInterface SDFileSystem mbed-rtos mbed
Fork of Arch_Max_SD_HTTP_Server by
HTTP File Server using SD Card
This is a fork of a program first published by Ivan Georgiev.
- See https://os.mbed.com/users/hudakz/code/STM32F407VET6_Hello/ for more info about the Ethernet interface.
- See https://os.mbed.com/users/hudakz/code/STM32F407VET6_SDCard/ for more details on the SD Card slot.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:4ddfbdaafbac | 2018-06-05 | hudakz | Updated. |
3:aaf055cd9d06 | 2018-06-04 | hudakz | Initial release. |
2:27a5e2b422ee | 2015-11-19 | yihui | Use another SDFileSystem - https://developer.mbed.org/users/neilt6/code/SDFileSystem/ |
1:8150297e8849 | 2015-04-22 | yihui | small changes for Arch Max |
0:fbb29d9ea96b | 2013-04-07 | azsymaivan | HTTP Server, using SD card and EthernetInterface. This code work, but sometimes mbed frizing. Always frizing occurs when mbed sent information to HTTP client. Exactly when call function tcpip_apimsg(struct api_msg *apimsg) in file "tcpip.c". |