Skip to content

Commit

Permalink
bootloaders/riotboot: fix path to cortexm ldscript test
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed May 13, 2023
1 parent 2dbf57f commit 03d171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootloaders/riotboot/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ microcontroller is rather straightforward. You need to:
- Provide the variables `ROM_START_ADDR` and `ROM_LEN` as well as
`RAM_LEN` and `RAM_START_ADDR`.
- Adapt the linker scripts for your cpu to pass the test
[tests/cortexm_common_ldscript](../../tests/cortexm_common_ldscript). This test
[tests/cpu/cortexm_common_ldscript](../../tests/cpu/cortexm_common_ldscript). This test
ensures that the linker script supports building firmware's with a rom offset
and specific sized firmware's.
- Make the startup code `board_init()`, `cpu_init` idempotent, i.e. whether you
Expand Down

0 comments on commit 03d171e

Please sign in to comment.