mbed-os/connectivity/FEATURE_BLE/source
Jamie Smith 32a9080c7d
Enable Arduino Nano 33 BLE (#55)
* Add upload target for Arduino Nano 33 BLE, fix linker script preprocessing, add option for USB serial by default

* astyle error

* Use HINTS instead of PATHS so that the Arduino dir is searched first

* Enable OpenOCD and PyOCD for Nano 33 BLE in SWD mode

* Fix missing dependency for USB tests on Windows

* Add RAM defines for nrf52840

* Fix mbed-storage-kv-config depending on SD card library even if said library was not enabled

* Update dsrdtr value

* No longer need to modify linker script now that we aren't using whole-archive!

* Add OPENOCD_ADAPTER_SERIAL

* Add handling for cmsis dap

* Fix typo

* Fix weak symbol issue causing Bluetooth to not work.  In this case, the weak implementation can simply be removed, because there's no legitimate case where it is used.
2022-10-16 10:32:38 -07:00
..
common Fix string buffer length in UUID trace helper 2021-05-13 11:56:23 +01:00
cordio Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
gap Convert mbed-ble to STATIC 2022-09-14 00:25:28 -07:00
gatt Convert mbed-ble to STATIC 2022-09-14 00:25:28 -07:00
generic Convert mbed-ble to STATIC 2022-09-14 00:25:28 -07:00
pal Convert mbed-ble to STATIC 2022-09-14 00:25:28 -07:00
BLE.cpp BLE: Move BleInstanceBase.h into source. 2020-08-25 11:26:26 +01:00
BLEInstanceBase.h BLE: Cleanup BLEInstanceBas implementation 2020-08-25 11:33:59 +01:00
CMakeLists.txt Convert mbed-ble to STATIC 2022-09-14 00:25:28 -07:00
Gap.cpp Dispatch Gap::stopPeriodicAdvertising to the right function. 2021-05-05 18:32:47 +01:00
GattClient.cpp BLE: Move generic implementation and headers into source/generic 2020-08-25 11:26:26 +01:00
GattServer.cpp Update GattServer Callback API 2020-10-14 12:44:12 -04:00
SecurityManager.cpp add implicit call to preserve state on reset 2021-06-28 19:38:13 +01:00