diff options
Diffstat (limited to 'lib/chibios/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt')
-rw-r--r-- | lib/chibios/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lib/chibios/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt b/lib/chibios/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt new file mode 100644 index 000000000..90caefe47 --- /dev/null +++ b/lib/chibios/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt | |||
@@ -0,0 +1,40 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for ARM-Cortex-M7 STM32F746. ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on a STM32F476-Discovery board. | ||
8 | |||
9 | ** The Demo ** | ||
10 | |||
11 | The demo flashes a LED to indicate that is running properly. | ||
12 | FatFs is integrated using SDIO. | ||
13 | |||
14 | The USB-FS port is used as USB-CDC and a command shell is ready to accepts | ||
15 | commands there. | ||
16 | |||
17 | An example HTTPS server is implemented to serve "GET /" requests at address | ||
18 | 192.168.1.10 on port 443. | ||
19 | |||
20 | SSL certificate and server key that are compiled in are the example keys | ||
21 | taken from the wolfSSL repository. To use different keys, regenerate cert.c | ||
22 | using "xxd -i" from your certificate and keys. | ||
23 | |||
24 | |||
25 | ** Build Procedure ** | ||
26 | |||
27 | This build has been tested using arm-none-eabi-gcc and make. | ||
28 | Just type 'make' from this directory to create the image. | ||
29 | |||
30 | |||
31 | ** Notes ** | ||
32 | |||
33 | Some files used by the demo are not part of ChibiOS/RT but are copyright of | ||
34 | ST Microelectronics and are licensed under a different license. | ||
35 | Also note that not all the files present in the ST library are distributed | ||
36 | with ChibiOS/RT, you can find the whole library on the ST web site: | ||
37 | |||
38 | http://www.st.com | ||
39 | |||
40 | WolfSSL is Copyright (c) by WolfSSL Inc. | ||