aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt
diff options
context:
space:
mode:
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.txt40
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
7The demo runs on a STM32F476-Discovery board.
8
9** The Demo **
10
11The demo flashes a LED to indicate that is running properly.
12FatFs is integrated using SDIO.
13
14The USB-FS port is used as USB-CDC and a command shell is ready to accepts
15commands there.
16
17An example HTTPS server is implemented to serve "GET /" requests at address
18192.168.1.10 on port 443.
19
20SSL certificate and server key that are compiled in are the example keys
21taken from the wolfSSL repository. To use different keys, regenerate cert.c
22using "xxd -i" from your certificate and keys.
23
24
25** Build Procedure **
26
27This build has been tested using arm-none-eabi-gcc and make.
28Just type 'make' from this directory to create the image.
29
30
31** Notes **
32
33Some files used by the demo are not part of ChibiOS/RT but are copyright of
34ST Microelectronics and are licensed under a different license.
35Also note that not all the files present in the ST library are distributed
36with ChibiOS/RT, you can find the whole library on the ST web site:
37
38 http://www.st.com
39
40WolfSSL is Copyright (c) by WolfSSL Inc.