nes-proj/cpu/cc26xx/dev
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
..
rfc-api Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
batmon-sensor.c Adjust AON BatMon usage 2015-05-17 14:09:51 +01:00
batmon-sensor.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
cc26xx-rf.c CC26xx - fix misuse of len variable in read_frame 2015-08-14 12:44:55 -06:00
cc26xx-rf.h Fix BLE on/off check 2015-05-03 22:36:03 +01:00
cc26xx-rtc.c Re-order instructions in the RTC startup sequence 2015-05-15 09:21:03 +01:00
cc26xx-rtc.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
cc26xx-uart.c Remove references to obsolete peripheral clock scaling functions 2015-05-17 15:01:01 +01:00
cc26xx-uart.h Improve UART power-cycling logic: 2015-05-15 09:21:04 +01:00
contiki-watchdog.c Fix typo in CC26xx WDT-related macros 2015-05-01 17:13:38 +01:00
gpio-interrupt.c Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
gpio-interrupt.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
oscillators.c Tidy-up code style 2015-05-15 23:36:54 +01:00
oscillators.h Add oscillator control wrappers 2015-05-15 09:20:56 +01:00
uart1.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00