diff options
author | edolomb <none@example.com> | 2018-03-15 16:25:12 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-03-15 16:25:12 +0000 |
commit | afdfd60b9735a916cf91fbd7a1a4b0895a88a0ba (patch) | |
tree | 208130ced7d8876cfdf7c9f78fe94279c3e9ba55 /demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/readme.txt | |
parent | 2c311851ff7f7b67c7e5dcd1c0cc038100ca120a (diff) | |
download | ChibiOS-afdfd60b9735a916cf91fbd7a1a4b0895a88a0ba.tar.gz ChibiOS-afdfd60b9735a916cf91fbd7a1a4b0895a88a0ba.tar.bz2 ChibiOS-afdfd60b9735a916cf91fbd7a1a4b0895a88a0ba.zip |
Added client-http demo. It works with socket and DNS.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11776 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/readme.txt')
-rw-r--r-- | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/readme.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/readme.txt b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/readme.txt new file mode 100644 index 000000000..5c0a48980 --- /dev/null +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED-LWIP-HTTP-CLIENT/readme.txt @@ -0,0 +1,27 @@ +*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-A5 SAMA5D2-XPLAINED. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an SAMA5D2-XPLAINED board.
+
+** The Demo **
+
+The demo currently just flashes a LED using a thread and serves HTTP requests
+at address 192.168.21.11 on port 80.
+
+** Build Procedure **
+
+The demo has been tested by using the free Codesourcery GCC-based toolchain
+and YAGARTO.
+Just modify the TRGT line in the makefile in order to use different GCC ports.
+
+** 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
|