mbed-os/tools/cmake/upload_methods
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
..
CheckPythonPackage.cmake License header added to all new filed 2022-09-14 00:25:27 -07:00
FindArduinoBossac.cmake Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
FindJLINK.cmake License header added to all new filed 2022-09-14 00:25:27 -07:00
FindOpenOCD.cmake Add out-of-the-box upload support for LPC1768 (OpenOCD and MBED methods only) 2022-09-14 00:25:27 -07:00
FindSTLINKTools.cmake Rename inconsistently named testing-related variables. Also fix STM32CUBE not working from application code. 2022-09-14 00:25:29 -07:00
Findstlink.cmake Fix OpenOCD not working for L452RE, fix running tests with a non-default baudrate set, add warning about old stlink versions which may not work 2022-09-14 00:25:32 -07:00
UploadMethodARDUINO_BOSSAC.cmake Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
UploadMethodJLINK.cmake Response to comments 2022-09-14 00:25:27 -07:00
UploadMethodMBED.cmake Silence noisy print, fix bug with MBED upload method not working 2022-09-14 00:25:32 -07:00
UploadMethodNONE.cmake Response to comments 2022-09-14 00:25:27 -07:00
UploadMethodOPENOCD.cmake Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
UploadMethodPYOCD.cmake Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
UploadMethodSTLINK.cmake Fix OpenOCD not working for L452RE, fix running tests with a non-default baudrate set, add warning about old stlink versions which may not work 2022-09-14 00:25:32 -07:00
UploadMethodSTM32CUBE.cmake Response to comments 2022-09-14 00:25:27 -07:00
install_bin_file.py Add license to python file 2022-09-14 00:25:27 -07:00
python_packagecheck.py License header added to all new filed 2022-09-14 00:25:27 -07:00