From 328b6df0581cdc1bd72bf2624a5cc31d86ba7693 Mon Sep 17 00:00:00 2001 From: robert-hh Date: Sun, 3 Mar 2024 20:24:31 +0100 Subject: [PATCH] samd/README: Fix incorrect port directory name. At a single place, STM32 was used instead of SAMD. Signed-off-by: robert-hh --- ports/samd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/samd/README.md b/ports/samd/README.md index 49e967102e..8a7f121b66 100644 --- a/ports/samd/README.md +++ b/ports/samd/README.md @@ -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