mbed-os/targets/upload_method_cfg
Jamie Smith a9be092438 Fix gdbinit and make debug-xxx not working when executables are created outside of Mbed OS.
Also remove "gdb_memory_map disable" command that breaks breakpoints.
2022-09-14 00:25:28 -07:00
..
openocd_cfgs Add out-of-the-box upload support for LPC1768 (OpenOCD and MBED methods only) 2022-09-14 00:25:27 -07:00
LPC1768.cmake Add out-of-the-box upload support for LPC1768 (OpenOCD and MBED methods only) 2022-09-14 00:25:27 -07:00
NUCLEO_F429ZI.cmake Fix gdbinit and make debug-xxx not working when executables are created outside of Mbed OS. 2022-09-14 00:25:28 -07:00
NUCLEO_L452RE_P.cmake Fix gdbinit and make debug-xxx not working when executables are created outside of Mbed OS. 2022-09-14 00:25:28 -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

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.