This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-02-13 22:32:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
cpu
/
cc26xx-cc13xx
/
rf-core
History
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
…
dot-15-4g.h
…
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
…
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
…
smartrf-settings.h
…