osd-contiki/cpu/cc26xx-cc13xx/rf-core
George Oikonomou 00d5645d16 Merge pull request #1601 from philrhinehart/bugfix-cc26xx-ble-events
cc26xx-cc13xx BLE beacon event issue
2016-04-18 20:06:33 +01:00
..
api Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
dot-15-4g.h Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
ieee-mode.c Fixed bug in cc26xx-cc13xx rf-core. When running BLE in conjunction with ContikiMAC, oscillators were modified from an interrupt state causing occasional bus faults and infinite loops. We now check if BLE is active prior to modifiying the oscillators to avoid these conditions. 2016-04-18 17:17:07 +08:00
prop-mode.c Fixed bug in cc26xx-cc13xx rf-core. When running BLE in conjunction with ContikiMAC, oscillators were modified from an interrupt state causing occasional bus faults and infinite loops. We now check if BLE is active prior to modifiying the oscillators to avoid these conditions. 2016-04-18 17:17:07 +08:00
rf-ble.c This fixes an event handling issue in the cc26xx BLE driver. Currently, the rf_ble_beacon_process triggers the BLE beacon upon receiving any event, rather than verifying that the event timer has expired. This means that any PROCESS_BROADCAST (e.g. any sensor event) will fire the beacon. This commit adds logic to prevent this. 2016-04-18 17:14:37 +08:00
rf-ble.h Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
rf-core.c Allow the caller to access the entire content of CMDSTA 2016-01-24 13:39:14 +00:00
rf-core.h Fix the logic that detects whether a command is a Radio OP 2015-11-01 20:48:28 +00:00
smartrf-settings.c Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
smartrf-settings.h Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00