Skip to content

Commit 1f6a7b4

Browse files
authored
Merge pull request #21777 from crasbe/pr/guide_porting_boards_typo
doc/guides: fix wrong script name in Porting Boards
2 parents 4306dff + 5904318 commit 1f6a7b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/guides/advanced_tutorials/porting_boards.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,12 @@ depending on the host architecture.
541541

542542
Some scripts and tools available to ease `BOARD` porting and testing:
543543

544-
- Run `dist/tools/insufficient_memory/add_insufficient_memory_board.sh <board>`
544+
- Run `dist/tools/insufficient_memory/update_insufficient_memory_board.sh <board>`
545545
if your board has little memory. This updates the `Makefile.ci` lists to
546546
exclude the `BOARD` from automated compile-tests of applications that do
547547
not fit on the `BOARD`s `CPU`.
548+
Please keep in mind that this will take quite a while depending on your
549+
system!
548550

549551
- Run `dist/tools/compile_and_test_for_board/compile_and_test_for_board.py . <board> --with-test-only`
550552
to run all automated tests on the new board.

0 commit comments

Comments
 (0)