mbed-os/targets/upload_method_cfg
Jamie Smith 428b56ecdd
Allow upload method configs to specify an OpenOCD version range (#340)
2024-09-08 21:48:30 -07:00
..
openocd_cfgs Fix some issues with building on K64F, add K64F upload methods (#267) 2024-04-16 19:44:02 -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
ARDUINO_NICLA_SENSE_ME.cmake Add Arduino Nicla Sense ME support (#271) 2024-05-16 01:12:55 -07:00
BLACKPILL_F411CE.cmake Add Blackpill-F411CE (#123) 2023-01-18 22:25:22 -08:00
B_U585I_IOT02A.cmake Updates to targets JSON and related stuff for the website generator (#265) 2024-04-09 18:37:39 -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
K64F.cmake Lots of K64F SPI fixes (#315) 2024-07-28 13:32:42 -07:00
LPC1768.cmake Allow upload method configs to specify an OpenOCD version range (#340) 2024-09-08 21:48:30 -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_H503RB.cmake A few minor H5 fixes (#318) 2024-08-04 23:12:53 -07:00
NUCLEO_H563ZI.cmake A few minor H5 fixes (#318) 2024-08-04 23:12:53 -07:00
NUCLEO_H723ZG.cmake Add upload methods for NUCLEO_H723ZG (#209) 2024-01-17 01:22:09 -08:00
NUCLEO_H743ZI2.cmake Update NUCLEO_H743ZI2.cmake (#279) 2024-05-14 20:54:41 -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 Updates to targets JSON and related stuff for the website generator (#265) 2024-04-09 18:37:39 -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 upload methods for NUCLEO_H723ZG (#209) 2024-01-17 01:22:09 -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.