aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt
diff options
context:
space:
mode:
authoredolomb <none@example.com>2018-02-26 22:22:40 +0000
committeredolomb <none@example.com>2018-02-26 22:22:40 +0000
commit12d368a3bc2597bf5c63a63b76f7a908b8bcc9d1 (patch)
treeb7f18ce562aefbd6683a04329557dcc51280ce17 /demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt
parent580836e262173d5e285986dda90e561ab0e58ba1 (diff)
downloadChibiOS-12d368a3bc2597bf5c63a63b76f7a908b8bcc9d1.tar.gz
ChibiOS-12d368a3bc2597bf5c63a63b76f7a908b8bcc9d1.tar.bz2
ChibiOS-12d368a3bc2597bf5c63a63b76f7a908b8bcc9d1.zip
Added WOLFSSL demo
git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11559 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt')
-rw-r--r--demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt39
1 files changed, 39 insertions, 0 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt b/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt
new file mode 100644
index 000000000..57786b036
--- /dev/null
+++ b/demos/ATSAMA5D2/RT-SAMA-LWIP-WOLFSSL/readme.txt
@@ -0,0 +1,39 @@
+*****************************************************************************
+** 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.
+
+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.