mbed-os/drivers/usb/tests/TESTS
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
..
host_tests Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
usb_device Fix the USB Mass Storage Device test so it can run as a CI user without root (#65) 2022-10-03 00:08:09 -07:00
CMakeLists.txt Convert mbed-usb target, enable mbed-usb tests (#49) 2022-09-22 00:17:45 -07:00