mbed-os/storage
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
..
blockdevice Lots of usability improvements for the I2C API. Better docs and new top-level functions. (#64) 2022-10-02 21:27:33 -07:00
docs Refactor KVStore config override explanation 2021-05-11 17:19:16 +01:00
filesystem Fix ABI differences between mbed-baremetal and mbed-os, remove PlatformMutex 2022-09-14 00:25:30 -07:00
kvstore Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
platform Convert storage/ targets into STATIC libraries 2022-09-14 00:25:28 -07:00
CMakeLists.txt Try and fix host tests 2022-09-14 00:25:28 -07:00