blob: 632bbd6d0e41fa00bbfd4b92bbb806d525e20c0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
*****************************************************************************
** 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.21.11 on port 443.
Use curl command line to verify DEMO
>>curl -k https://192.168.21.11
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.
|