readme.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. *****************************************************************************
  2. ** ChibiOS/RT port for ARM-Cortex-M7 STM32F746. **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs on a STM32F476-Discovery board.
  6. ** The Demo **
  7. The demo flashes a LED to indicate that is running properly.
  8. FatFs is integrated using SDIO.
  9. The USB-FS port is used as USB-CDC and a command shell is ready to accepts
  10. commands there.
  11. An example HTTPS server is implemented to serve "GET /" requests at address
  12. 192.168.1.10 on port 443.
  13. SSL certificate and server key that are compiled in are the example keys
  14. taken from the wolfSSL repository. To use different keys, regenerate cert.c
  15. using "xxd -i" from your certificate and keys.
  16. ** Build Procedure **
  17. This build has been tested using arm-none-eabi-gcc and make.
  18. Just type 'make' from this directory to create the image.
  19. ** Notes **
  20. Some files used by the demo are not part of ChibiOS/RT but are copyright of
  21. ST Microelectronics and are licensed under a different license.
  22. Also note that not all the files present in the ST library are distributed
  23. with ChibiOS/RT, you can find the whole library on the ST web site:
  24. http://www.st.com
  25. WolfSSL is Copyright (c) by WolfSSL Inc.