mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 13:01:10 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user