1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/boards
Oleg Hahm 9b4d22aaa0 pyterm: make pin toggling optional
For the MSB-A2 the DTR and RTS pins have to be pulled down over the
serial interface in the beginning. (This is required because the Linux
usbserial driver pulls them up when initializing the device which set
the node into reset mode.) Since this is not necessary on most other
platforms and might even cause problems, it's better to make this an
optional behavior of pyterm.
2014-09-24 17:05:36 +02:00
..
arduino-due cpu/boards: completed GPIO driver for sam3x8e 2014-09-18 18:29:02 +02:00
arduino-mega2560 board: arduino-mega2560: Initial import 2014-08-27 16:39:40 +02:00
avsextrem board/sys: move bounds check before array access 2014-09-14 01:56:11 +02:00
chronos lint: reduce scope 2014-09-12 11:50:12 +02:00
iot-lab_M3 iot-lab_M3: fix numof uart 2014-09-19 17:12:38 +02:00
mbed_lpc1768 Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
msb-430 doc: fix more license headers 2014-08-27 19:20:49 +02:00
msb-430-common lint: reduce scope 2014-09-12 11:50:12 +02:00
msb-430h doc: fix more license headers 2014-08-27 19:20:49 +02:00
msba2 fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
msba2-common pyterm: make pin toggling optional 2014-09-24 17:05:36 +02:00
msbiot board - msbiot: initial import for the msbiot 2014-09-02 15:45:32 +02:00
native doc: add license headers to some .h files 2014-09-18 17:45:11 +02:00
pca10000 board/pca1000x: small fixes to periph_conf.h files 2014-09-17 14:44:13 +02:00
pca10005 board/pca1000x: small fixes to periph_conf.h files 2014-09-17 14:44:13 +02:00
pttu Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
qemu-i386 x86: increase timeout in qemu's term 2014-07-08 12:45:13 +02:00
redbee-econotag lint: limit maximum length of input via scanf 2014-09-19 23:31:26 +02:00
stm32f0discovery make: Fix TERMFLAGS 2014-08-22 01:09:55 +02:00
stm32f3discovery make: Fix TERMFLAGS 2014-08-22 01:09:55 +02:00
stm32f4discovery board/stm32f4discovery: enabled RNG driver 2014-08-25 13:54:29 +02:00
telosb lint: reduce scope 2014-09-12 11:50:12 +02:00
udoo cpu/boards: completed GPIO driver for sam3x8e 2014-09-18 18:29:02 +02:00
wsn430-common initialize kernel_pid_t correctly 2014-08-07 16:31:27 +02:00
wsn430-v1_3b Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
wsn430-v1_4 Merge pull request #1329 from LudwigOrtmann/riot_license 2014-07-31 23:12:47 +02:00
x86-multiboot-common make: centralize wget/curl & unzip/7z feature test 2014-08-21 19:07:52 +02:00
yunjia-nrf51822 board/yunjia-nrf5182: adjusted openocd.cfg 2014-09-19 12:46:19 +02:00
z1 lint: reduce scope 2014-09-12 11:50:12 +02:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00
README.md removed pointer to RIOT repository from README 2014-01-17 11:54:31 +01:00

Platform configurations for RIOT-OS

This directory contains existing configuration and initialization files for platforms supported by RIOT-OS.