osd-contiki/platform/osd-merkur
Ralf Schlatterbeck c46d6afa39 Make Arduino timer stuff work on Contiki
New discovery: Contiki also uses timer 0. With almost the same interface
as Arduino. So we now completely get rid of wiring.c (only the main
file, the other wiring_xxx stay) and implement Arduino timer, delay, etc
in terms of the corresponding Contiki routines. Verified that now delay
works as expected. The LED in examples/osd/arduino-sketch blinks!

Before this, the arduino_init routine in wiring.c destroyed the timer-0
initialization of contiki, making both, contiki timer implementation
*and* contiki timer implementation fail if the arduino_init routine was
called. Now both work.

Squashed with following bug-fix commit.
2014-11-19 13:50:58 +01:00
..
dev Make Arduino timer stuff work on Contiki 2014-11-19 13:50:58 +01:00
contiki-conf.h set 0xABCD default panid 2014-11-19 13:46:07 +01:00
contiki-main.c adapt new names and api 2014-11-19 13:40:09 +01:00
Makefile.osd-merkur Make Arduino timer stuff work on Contiki 2014-11-19 13:50:58 +01:00
node-id.c add platform osd-merkur 2014-11-19 12:04:38 +01:00
node-id.h add platform osd-merkur 2014-11-19 12:04:38 +01:00
params.c bugfix includes and names 2014-11-19 13:40:29 +01:00
params.h bugfix define panid 2014-11-19 13:42:47 +01:00
slip_uart0.c add platform osd-merkur 2014-11-19 12:04:38 +01:00