Skip to content

Commit bafa6c9

Browse files
committed
README: Clarify which toolchain options are OK
The example currently only builds with GCC_ARM, so don't list ARM and IAR yet, when listing which toolchains you can build the example with.
1 parent cbe7bad commit bafa6c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ mbed deploy
3030

3131
## Compiling and running the example
3232

33-
Invoke `mbed compile`, and specify the name of your platform and your toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the GCC_ARM compiler:
33+
Invoke `mbed compile`, and specify the name of your platform and your toolchain
34+
(only `GCC_ARM` works at the moment). For example, for the GCC_ARM compiler:
3435

3536
```sh
3637
mbed compile -t GCC_ARM -m K64F --flash --sterm

0 commit comments

Comments
 (0)