contiki/cpu
Billy Kozak feec05cdf2 CC26xx - fix misuse of len variable in read_frame
read_frame was misuing the packet length in the following ways:
- returning non-zero even if buf_len is too short for the packet
- truncating the length to buf_len if len is too long then using the
  truncated (i.e. wrong) length to index into the buffer
- memcpying too many bytes (used buf_len instead of real length)

This commit fixes all of this and adds some code to report
on packet length errors (to match with cc2538 driver).
2015-08-14 12:44:55 -06:00
..
6502 Adjusted retro target clock to "new" DNS resolver. 2015-08-04 13:48:08 +02:00
arm
avr
cc26xx CC26xx - fix misuse of len variable in read_frame 2015-08-14 12:44:55 -06:00
cc253x Merge pull request #1107 from phoenix-frozen/cc2530-rf-const-warning 2015-08-03 10:28:43 +01:00
cc2430
cc2538
mc1322x
msp430
native
pic32
rl78
stm32w108
x86