blob: 626516048c15b506bd8d032245e443e519245ee8 (
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
|
*****************************************************************************
** ChibiOS/RT port for ARM7TDMI AT91SAM7S256. **
*****************************************************************************
** TARGET **
The demo runs on an Olimex SAM7-P256 board.
** The Demo **
The demo currently just flashes the LED1 using a thread.
The button B1 prints an "Hello World!" string on RS232_0, the button B2
activates che ChibiOS/RT test suite, output on RS232_0(port baudrate 38400).
** Build Procedure **
The demo was built using the YAGARTO toolchain but any toolchain based on GCC
and GNU userspace programs will work.
** Notes **
Some files used by the demo are not part of ChibiOS/RT but are Atmel copyright
and are licensed under a different license, see the header present in all the
source files under ./demos/os/hal/platform/AT91SAM7/at91lib for details.
Also note that not all the files present in the Atmel library are distribuited
with ChibiOS/RT, you can find the whole library on the Atmel web site:
http://www.atmel.com
|