ChibiOS/demos/STM32/RT-STM32-LWIP-FATFS-USB-HTTPS
Giovanni Di Sirio f4b26ef734 Updated FatFS to version 0.14b.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14986 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-10-31 18:11:38 +00:00
..
cfg Updated FatFS to version 0.14b. 2021-10-31 18:11:38 +00:00
make Modified all makefiles to include the new test library. 2021-06-20 07:18:57 +00:00
source Updated demos. 2018-10-21 18:07:47 +00:00
web Mass update of the Apache 2.0 license statement. 2018-01-20 11:44:14 +00:00
.cproject git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12386 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-10-21 19:00:47 +00:00
.project
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12386 110e8d01-0319-4d1e-a829-52ad28d1bb01 2018-10-21 19:00:47 +00:00
main.c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14488 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 2021-06-05 09:00:06 +00:00
readme.txt

readme.txt

*****************************************************************************
** 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.