aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-16 16:27:57 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-16 16:27:57 +0000
commit67c8b93b8c5a76d4bc60b9d89311dc32f754253c (patch)
tree67f70646c0b63d1de91a2d310a5d4e7d16fb133f /demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt
parentf673ed8ff2cea38590120e2820e5aeac246fb00f (diff)
downloadChibiOS-67c8b93b8c5a76d4bc60b9d89311dc32f754253c.tar.gz
ChibiOS-67c8b93b8c5a76d4bc60b9d89311dc32f754253c.tar.bz2
ChibiOS-67c8b93b8c5a76d4bc60b9d89311dc32f754253c.zip
Merged WolfSSL patch.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11143 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt')
-rw-r--r--demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt
new file mode 100644
index 000000000..90caefe47
--- /dev/null
+++ b/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS/readme.txt
@@ -0,0 +1,40 @@
+*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M7 STM32F746. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on a STM32F476-Discovery board.
+
+** The Demo **
+
+The demo flashes a LED to indicate that is running properly.
+FatFs is integrated using SDIO.
+
+The USB-FS port is used as USB-CDC and a command shell is ready to accepts
+commands there.
+
+An example HTTPS server is implemented to serve "GET /" requests at address
+192.168.1.10 on port 443.
+
+SSL certificate and server key that are compiled in are the example keys
+taken from the wolfSSL repository. To use different keys, regenerate cert.c
+using "xxd -i" from your certificate and keys.
+
+
+** Build Procedure **
+
+This build has been tested using arm-none-eabi-gcc and make.
+Just type 'make' from this directory to create the image.
+
+
+** Notes **
+
+Some files used by the demo are not part of ChibiOS/RT but are copyright of
+ST Microelectronics and are licensed under a different license.
+Also note that not all the files present in the ST library are distributed
+with ChibiOS/RT, you can find the whole library on the ST web site:
+
+ http://www.st.com
+
+WolfSSL is Copyright (c) by WolfSSL Inc.