mbed-os/targets
Volodymyr Medvid dc937ab53b Fix BOOT_HEADER_SIZE allocation in ARM scatter files (#13058)
PSoC 64 secure BSP post-build hook (cysecuretools image signing)
expects the HEX file with start address 0x10000400 (first KB of
internal FLASH is reserved for MCUboot headers area).
In order to get the correct HEX file produced by ARM fromELF tool,
the ELF file should allocate LR_IROM1 starting from address
0x10000400, not 0x10000000. Otherwise the generated HEX file
allocates rows at addresses 0x10000000 ~ 010000400 and the
final application image is not signed correctly.

Fixes https://github.com/ARMmbed/mbed-os/issues/13058.
2020-06-10 10:25:41 +03:00
..
TARGET_ARM_FM Clean up ARM toolchain heap+stack setup in targets 2019-10-23 14:53:49 +03:00
TARGET_ARM_SSG Merge pull request #12888 from GaborAbonyi/musca_b1_i2c_pinmap_fix 2020-05-12 14:17:29 +02:00
TARGET_Analog_Devices ad4050lz: fix gcc copy table and zero table missing 2020-05-13 14:16:05 +01:00
TARGET_Cypress/TARGET_PSOC6 Fix BOOT_HEADER_SIZE allocation in ARM scatter files (#13058) 2020-06-10 10:25:41 +03:00
TARGET_Freescale nxp: fix vector redefinition from CMSIS 2020-06-04 09:10:08 +01:00
TARGET_GigaDevice Remove GD32_E103VB target 2020-04-09 15:32:40 +01:00
TARGET_Maxim Remove MAX32625NEXPAQ target 2020-04-30 09:56:36 +01:00
TARGET_NORDIC Merge pull request #13044 from hugueskamba/hk_nrf_implicit_declaration 2020-06-05 14:44:31 +02:00
TARGET_NUVOTON Merge pull request #12949 from 0xc0170/feature_CMSIS_5_b5f0603d6 2020-05-14 13:21:12 +02:00
TARGET_NXP Merge pull request #12623 from toyowata/baremetal_lpc1114 2020-05-15 13:17:52 +02:00
TARGET_RENESAS Remove vk_rz_a1h target 2020-04-09 15:32:41 +01:00
TARGET_STM Merge pull request #12482 from AGlass0fMilk/add-nucleo-g474re 2020-06-08 12:38:40 +02:00
TARGET_Samsung comments the performance of TRNG 2020-01-22 14:40:51 +09:00
TARGET_Silicon_Labs Remove EFM32PG12 targets 2020-04-30 09:56:37 +01:00
TARGET_TOSHIBA Define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE properly in rtos mbed_lib.json 2020-05-15 15:16:44 +01:00
TARGET_WICED Remove USI_WM_BN_BM_22 based targets 2020-04-20 16:55:35 +01:00
targets.json Merge pull request #12482 from AGlass0fMilk/add-nucleo-g474re 2020-06-08 12:38:40 +02:00