osd-contiki/platform/osd-merkur
Ralf Schlatterbeck f0f5391409 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.
2014-06-26 18:37:13 +02:00
..
dev Make Arduino timer stuff work on Contiki 2014-06-26 18:37:13 +02:00
contiki-conf.h set 0xABCD default panid 2014-06-02 13:44:54 +02:00
contiki-main.c adapt new names and api 2014-04-15 07:27:33 +02:00
Makefile.osd-merkur Make Arduino timer stuff work on Contiki 2014-06-26 18:37:13 +02:00
node-id.c add platform osd-merkur 2014-04-15 07:27:26 +02:00
node-id.h add platform osd-merkur 2014-04-15 07:27:26 +02:00
params.c bugfix includes and names 2014-04-15 07:27:33 +02:00
params.h bugfix define panid 2014-05-15 15:34:05 +02:00
slip_uart0.c add platform osd-merkur 2014-04-15 07:27:26 +02:00