Gaëtan Harter
|
8ecc0ac652
|
cortexm_common_ldscript: add test for _fw_rom_length overflow
Verify that specifying a too big _fw_rom_length for the rom is detected and
prevent compilation.
|
2018-08-11 11:34:07 +02:00 |
|
Gaëtan Harter
|
6768763601
|
cortexm_common_ldscript: add test for linker FW_ROM_LEN
Compile an elf file with a length equals to half the rom length.
|
2018-08-11 11:34:04 +02:00 |
|
Gaëtan Harter
|
642f5f2414
|
cortexm_common_ldscript: add test for linker script offset
Compile two elf files with different offset and verify the linked file offset.
I only enabled samr21-xpro and iotlab nodes for the moment.
|
2018-08-11 11:33:58 +02:00 |
|
Gaëtan Harter
|
def2858af9
|
cortexm_common_ldscript: test _rom_offfset taken into account
Test that _rom_offfset is removed from the available _rom_length.
|
2018-08-11 11:33:49 +02:00 |
|
Gaëtan Harter
|
bbb1fbe0e3
|
cortexm_common_ldscript: add a test that checks if ROM_LEN is used
Trigger an overflow by 1 byte to detect in ROM_LEN is indeed used.
|
2018-08-11 11:33:43 +02:00 |
|