mbed-os/targets/upload_method_cfg
Jamie Smith 05a57dc62c
Replace REDLINK upload method with LINKSERVER (#186)
* Replace REDLINK upload method with LINKSERVER

* Fix sleep test failure on MIMXRT, fix failure to debug

* Remove no longer needed XML files
2023-09-26 23:28:35 -07:00
..
openocd_cfgs STM32U5 HAL update, NUCLEO_U575ZI upload method file (#184) 2023-09-24 09:54:31 -07:00
ARDUINO_NANO33BLE.cmake Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
ARDUINO_NANO33BLE_SWD.cmake Enable Arduino Nano 33 BLE (#55) 2022-10-16 10:32:38 -07:00
BLACKPILL_F411CE.cmake Add Blackpill-F411CE (#123) 2023-01-18 22:25:22 -08:00
B_U585I_IOT02A.cmake STM32U5 HAL update, NUCLEO_U575ZI upload method file (#184) 2023-09-24 09:54:31 -07:00
DISCO_F469NI.cmake Add Cmake config files for Disco-F746NG and Disco-F469NI into upload methods (#47) 2022-09-17 11:59:55 -07:00
DISCO_F746NG.cmake Add Cmake config files for Disco-F746NG and Disco-F469NI into upload methods (#47) 2022-09-17 11:59:55 -07:00
DISCO_F769NI.cmake add HW reset to STM32CUBE as is more reliable (#85) 2022-11-02 00:23:10 -07:00
DISCO_L072CZ_LRWAN1.cmake Fix LoRaWan compile error, add DISCO_L072CZ_LRWAN1 upload method configuration (#170) 2023-07-20 09:24:05 -07:00
LPC1768.cmake Disable mbed semihosting interface in tests, so as not to mess up their timing 2022-09-14 00:25:31 -07:00
MIMXRT1050_EVK.cmake Replace REDLINK upload method with LINKSERVER (#186) 2023-09-26 23:28:35 -07:00
MIMXRT1060_EVK.cmake Replace REDLINK upload method with LINKSERVER (#186) 2023-09-26 23:28:35 -07:00
NUCLEO_F303K8.cmake Add Cmake config for Nucleo-L152RE and Nucleo-F303K8 into upload methods (#46) 2022-09-16 07:48:00 -07:00
NUCLEO_F303RE.cmake Update of cmake config files for ST targets - ST-link issue 2022-09-14 00:25:32 -07:00
NUCLEO_F429ZI.cmake Update of cmake config files for ST targets - ST-link issue 2022-09-14 00:25:32 -07:00
NUCLEO_F446RE.cmake Update of cmake config files for ST targets - ST-link issue 2022-09-14 00:25:32 -07:00
NUCLEO_F746ZG.cmake Add nucleo f746 zg (#76) 2022-10-19 19:24:27 -07:00
NUCLEO_F767ZI.cmake Update of cmake config files for ST targets - ST-link issue 2022-09-14 00:25:32 -07:00
NUCLEO_H743ZI2.cmake Update NUCLEO_H743ZI2.cmake 2022-09-14 00:25:33 -07:00
NUCLEO_L152RE.cmake Add Cmake config for Nucleo-L152RE and Nucleo-F303K8 into upload methods (#46) 2022-09-16 07:48:00 -07:00
NUCLEO_L432KC.cmake Update NUCLEO_L432KC.cmake 2022-09-14 00:25:33 -07:00
NUCLEO_L452RE_P.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
NUCLEO_U575ZI_Q.cmake STM32U5 HAL update, NUCLEO_U575ZI upload method file (#184) 2023-09-24 09:54:31 -07:00
RASPBERRY_PI_PICO.cmake Add RP2040 support (#168) 2023-07-12 21:11:26 -07:00
RASPBERRY_PI_PICO_SWD.cmake Add RP2040 support (#168) 2023-07-12 21:11:26 -07:00
README.md Add default upload method configuration for each target, make greentea tests use cmake upload methods 2022-09-14 00:25:27 -07:00
WIO_H725AE.cmake Add Wio-H725AE (#133) 2023-02-21 09:13:38 -08:00

README.md

Upload Method Configuration

This folder contains upload method configuration scripts for each Mbed target. The build system will attempt to load ${MBED_TARGET}.cmake in this folder when setting up for a given Mbed target.