osd-contiki/cpu/cc26xx
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
..
dev CC26xx - fix misuse of len variable in read_frame 2015-08-14 12:44:55 -06:00
lib Pull CC26xxware as a submodule 2015-05-17 15:01:01 +01:00
cc26xx-model.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
cc26xx.ld Update linker script to accommodate for larger CCFG size 2015-05-17 15:01:00 +01:00
clock.c Make sure PERIPH is on before accessing GPT registers 2015-05-15 09:20:57 +01:00
dbg.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
debug-uart.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
fault-handlers.c Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
ieee-addr.c Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
ieee-addr.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
lpm.c Adjust retention calls 2015-05-17 15:01:01 +01:00
lpm.h Change the LPM locks API: 2015-05-15 09:21:02 +01:00
Makefile.cc26xx Adjust the build system to use CC26xxware as a sub-module 2015-05-17 15:01:01 +01:00
mtarch.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
putchar.c Improve UART power-cycling logic: 2015-05-15 09:21:04 +01:00
rtimer-arch.c Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
rtimer-arch.h Add CC26xx CPU files 2015-02-25 13:09:56 +01:00
slip-arch.c Change the LPM locks API: 2015-05-15 09:21:02 +01:00
ti-lib.h Rename AON WUC power status macros 2015-05-17 15:01:01 +01:00