mbed-os/targets/upload_method_cfg
JohnK1987 fb47f593e5
Add Wio-H725AE (#133)
* Add clock settings for H725xE

* Correction of memory mapping for H725xE

* Added new target WIO_H725AE

* Added WIO_H725 into targets.json

* Added upload methods file for WIO_H725

* Licence filled from original source file

* Space alignment

* Added macro MBED_SPLIT_HEAP for MCU_STM32H725xE

* Typo correction

* Correction of upload methods for WIO_H725AE
2023-02-21 09:13:38 -08:00
..
openocd_cfgs Add Wio-H725AE (#133) 2023-02-21 09:13:38 -08:00
redlink_cfgs MIMXRT1060_EVK and Teensy 4.0 support (#113) 2023-01-09 08:48:25 -08: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
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
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 Add upload method support for MIMXRT1050 EVK (#84) 2022-11-06 16:13:10 -08:00
MIMXRT1060_EVK.cmake MIMXRT1060_EVK and Teensy 4.0 support (#113) 2023-01-09 08:48:25 -08: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
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.