osd-contiki/cpu/pico-rv32
Ralf Schlatterbeck b87ba1f526 Working ping
Biggest problem was definitions in rtimer_arch.h -- we have a 16-bit
rtimer_clock_t so this was overflowing and not working. Therefore most
delays in the radio implementation didn't work.
2016-05-12 14:00:53 +02:00
..
dev First implementation of cc2520 radio 2016-05-08 21:20:58 +02:00
irq.c Working ping 2016-05-12 14:00:53 +02:00
irq.h First implementation of cc2520 radio 2016-05-08 21:20:58 +02:00
Makefile.pico-rv32 First implementation of cc2520 radio 2016-05-08 21:20:58 +02:00
mtarch.c Start implementing timer 2016-04-15 09:54:44 +02:00
mtarch.h Start implementing timer 2016-04-15 09:54:44 +02:00
rtimer-arch.c Implement etimer callback 2016-05-05 16:32:31 +02:00
rtimer-arch.h Working ping 2016-05-12 14:00:53 +02:00
rv32def.h Initial PicoRV32 target 2016-03-31 12:47:05 +02:00
watchdog.c Initial PicoRV32 target 2016-03-31 12:47:05 +02:00