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.
This commit is contained in:
Ralf Schlatterbeck 2016-05-12 13:51:20 +02:00
parent cb1e085ebf
commit b87ba1f526
8 changed files with 59 additions and 48 deletions

View file

@ -22,14 +22,14 @@ mod extirq cc2520_fifop
interrupt 3
connect pin pmod1_7
# pmod1_9 sfd
# pmod1_10 sfd
mod extirq cc2520_sfd
address 4
interrupt 4
connect pin pmod1_9
connect pin pmod1_10
# pmod1_8 Reset: *Output*
# pmod1_10 cca
# pmod1_9 cca
mod gpio cc2520_io
address 5
connect IO pmod1_10 pmod1_8
connect IO pmod1_9 pmod1_8