samd/README: Fix incorrect port directory name.

At a single place, STM32 was used instead of SAMD.

Signed-off-by: robert-hh <robert@hammelrath.com>
pull/14133/head
robert-hh 2024-03-03 20:24:31 +01:00 zatwierdzone przez Damien George
rodzic e8dd519e2d
commit 328b6df058
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -23,7 +23,7 @@ bytecode. The cross-compiler is built and run on the host machine, using:
$ make -C mpy-cross $ make -C mpy-cross
This command should be executed from the root directory of this repository. This command should be executed from the root directory of this repository.
All other commands below should be executed from the ports/stm32/ directory. All other commands below should be executed from the ports/samd/ directory.
An ARM compiler is required for the build, along with the associated binary An ARM compiler is required for the build, along with the associated binary
utilities. The default compiler is `arm-none-eabi-gcc`, which is available for utilities. The default compiler is `arm-none-eabi-gcc`, which is available for