Commit graph

7 commits

Author SHA1 Message Date
Ralf Schlatterbeck
6c63efc84e Add noflashboot to config file
Don't load application from flash after timeout, makes it work for
long ssh connection times when the raspi has no DNS and produces DNS
timeouts too long for the bootloader. Note that this needs a new icosoc
(at the time of this commit).
2016-09-29 21:24:29 +02:00
Ralf Schlatterbeck
fab42e0d67 Changes for new icoboard
We now have more memory, so no need to compile for flash.
2016-06-30 12:57:32 +02:00
Ralf Schlatterbeck
d78269ffc1 Working wallclock example
.. and cron probably would work if we had something to switch on/off for
testing.
2016-05-13 16:01:10 +02:00
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
Ralf Schlatterbeck
cb1e085ebf First implementation of cc2520 radio
Can write and read memory of radio chip. No communication with
merkur-board so far.
2016-05-08 21:20:58 +02:00
Ralf Schlatterbeck
08fb461f43 Start implementing timer 2016-04-15 09:54:44 +02:00
Ralf Schlatterbeck
57959a53f6 Initial PicoRV32 target 2016-03-31 12:47:05 +02:00