mbed-os/tools/targets
Volodymyr Medvid 534becb175 PSOC6: correctly align hex files with split text sections
When the original PSOC6 CM4 hex file contains unalinged text sections
that span through multiple intelhex segments, aligned segments (filled
with zeroes) overlap with the original data segments, resulting in
error thrown by ihex.merge(alignments, overlap='error').
Such hex file can be produced when the ELF is built with ARM MDK Compiler
with --split_sections option:
http://www.keil.com/support/man/docs/armcc/armcc_chr1359124944914.htm

Change the merge strategy to overlap='ignore', so that the overlapping
zero-filled segments are skipped.
2019-02-20 22:34:10 +02:00
..
LPC.py Move target related code into it's own directory 2017-03-22 15:20:09 -05:00
NCS.py mbed OS 5.5.3, including the changes needed to enable 640k. Includes the proposed changes by Mac. 7/25/17 2017-07-25 17:37:14 -06:00
PSOC6.py PSOC6: correctly align hex files with split text sections 2019-02-20 22:34:10 +02:00
REALTEK_RTL8195AM.py REALTEK_RTL8195AM daplink timestamp from os.environ 2019-02-11 18:11:07 +02:00
STM32_gen_PeripheralPins.py STM32_gen_PeripheralPins.py v1.5 2019-01-24 11:00:00 +01:00
__init__.py Prefixed string to properly be parsed as bytes 2019-02-12 12:05:28 -06:00
lint.py Rename device option STCLK_OFF_DURING_SLEEP 2018-09-12 14:40:25 -05:00