ChibiOS/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-WOLFSSL...
Giovanni Di Sirio 26db32042b Moved RT version to 6.0, updated all chconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12106 110e8d01-0319-4d1e-a829-52ad28d1bb01
2018-06-16 13:55:17 +00:00
..
cfg Moved RT version to 6.0, updated all chconf.h files. 2018-06-16 13:55:17 +00:00
web update hal crypto sha lld, added integration with wolfcrypt 2018-03-19 19:40:09 +00:00
.cproject update hal crypto sha lld, added integration with wolfcrypt 2018-03-19 19:40:09 +00:00
.project update hal crypto sha lld, added integration with wolfcrypt 2018-03-19 19:40:09 +00:00
Makefile update hal crypto sha lld, added integration with wolfcrypt 2018-03-19 19:40:09 +00:00
main.c update hal crypto sha lld, added integration with wolfcrypt 2018-03-19 19:40:09 +00:00
readme.txt update hal crypto sha lld, added integration with wolfcrypt 2018-03-19 19:40:09 +00:00
wolfssl_chibios.c update hal crypto sha lld, added integration with wolfcrypt 2018-03-19 19:40:09 +00:00
wolfssl_chibios.h update hal crypto sha lld, added integration with wolfcrypt 2018-03-19 19:40:09 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for ARM-Cortex-M7 STM32F746.                            **
*****************************************************************************

** TARGET **

The demo runs on SAMA5D2-XPLAINED

** The Demo **

The demo flashes a LED to indicate that is running properly.

An example HTTPS server is implemented to serve "GET /" requests at address 
192.168.0.5 on port 443.

Use curl command line to verify DEMO
>>curl -k https://192.168.0.5

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.