Gaëtan Harter
|
58bcde876a
|
tests/cortexm_common_ldscript: only execute compile-tests in docker
Without the protection, the host system also tries to execute the tests.
|
2018-12-07 17:41:57 +01:00 |
|
Silke Hofstra
|
ee82d4fbfe
|
boards, examples, tests: rename stm32mindev to blackpill
|
2018-09-19 16:22:14 +02:00 |
|
Gaëtan Harter
|
6abcf2e015
|
cortexm_common_ldscript: add a README.md
Explain the test and the output you should get.
|
2018-08-11 11:34:10 +02:00 |
|
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 |
|