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>
This commit is contained in:
robert-hh
2024-03-03 20:24:31 +01:00
committed by Damien George
parent e8dd519e2d
commit 328b6df058

View File

@@ -23,7 +23,7 @@ bytecode. The cross-compiler is built and run on the host machine, using:
$ make -C mpy-cross
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
utilities. The default compiler is `arm-none-eabi-gcc`, which is available for