mbed-os/targets/TARGET_NUVOTON/TARGET_M2354
Chun-Chieh Li 8b69a94cef M2354: Fix debug failure in Mbed Studio
In Mbed Studio, debugging, based on pyOCD, requires Mbed OS application code starting on the sector boundary.

Modification list:
1.  Update TF-M import assets with MCUboot header padding to sector aligned
2.  Following above, change header size argument (-H) in wrapper.py command line
3.  Following below, fix min-write-size (--align) to 4 (per flash_area_align()) in wrapper.py command line
    https://docs.mcuboot.com/design.html#image-trailer

Related issue:
https://github.com/ARMmbed/mbed-os/issues/15417
2023-06-02 09:15:55 +08:00
..
TARGET_NU_M2354 M2354: Comply with standard pin naming rule 2021-05-26 09:35:05 +08:00
TARGET_TFM M2354: Fix debug failure in Mbed Studio 2023-06-02 09:15:55 +08:00
device M2354: Fix incorrect peripheral base with security 2021-09-02 09:16:01 +08:00
CMakeLists.txt M2354: Support TRNG as entropy source on TF-M 2021-05-26 09:35:04 +08:00
PeripheralNames.h M2354: Support TF-M 2021-05-26 09:35:02 +08:00
PeripheralPins.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
PeripheralPins.h M2354: Support TF-M 2021-05-26 09:35:02 +08:00
PinNamesCommon.h M2354: Support TF-M 2021-05-26 09:35:02 +08:00
PortNames.h M2354: Support TF-M 2021-05-26 09:35:02 +08:00
analogin_api.c Nuvoton: Enable extending sampling time for ADC/EADC 2023-05-15 14:40:10 +08:00
analogout_api.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
device.h M2354: Support TF-M 2021-05-26 09:35:02 +08:00
dma.h M2354: Support TF-M 2021-05-26 09:35:02 +08:00
dma_api.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
gpio_api.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
gpio_irq_api.c GPIO: Use uintptr_t for gpio_irq_api context 2022-01-26 18:12:52 +00:00
gpio_object.h M2354: Support TF-M 2021-05-26 09:35:02 +08:00
i2c_api.c Nuvoton: I2C: Fix potential role switch failure 2022-09-23 09:45:56 +08:00
lp_ticker.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
mbed_overrides.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
objects.h M2354: Support TF-M 2021-05-26 09:35:02 +08:00
pinmap.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
port_api.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
pwmout_api.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
rtc_api.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
serial_api.c M2354: Add serial_tx_empty(...) 2021-05-26 09:35:03 +08:00
sleep.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
spi_api.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00
us_ticker.c M2354: Support TF-M 2021-05-26 09:35:02 +08:00