Go to file
Andres Amaya Garcia f8b3f1340f Post radio notification callback through minar
The ble-nrf51822 implementation of the BLE API generated callbacks for radio
notification events without using the minar scheduler and at very high
priority. This functionality is replaced by posting events through minar
when YOTTA_CFG_MBED_OS is defined. Note that minar could not be used directly
to post callbacks because radio notification events are handled at very high
priority, which caused a hard-fault when minar tries to enter a critical
section. Alternatively, a Timeout was used to post the callback in another
context with lower priority.
2015-11-13 14:51:36 +00:00
bootloader Add FOTA bootloader image 2015-08-13 13:36:10 +01:00
source Post radio notification callback through minar 2015-11-13 14:51:36 +00:00
BSD-3clause-Nordic.txt adding LICENSE at the top level 2015-09-03 13:25:06 +01:00
LICENSE adding LICENSE at the top level 2015-09-03 13:25:06 +01:00
apache-2.0.txt adding LICENSE at the top level 2015-09-03 13:25:06 +01:00
module.json version v2.0.4 2015-11-13 11:03:53 +00:00