Skip to content

Commit f83c957

Browse files
facchinmper1234
andauthored
Update README.md
Co-authored-by: per1234 <[email protected]>
1 parent 976b985 commit f83c957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ mkdir -p variants/$ALREADY_SUPPORTED_BOARD_NAME/{libs,conf}
8585
# ./mbed-os-to-arduino LPC546XX:LPC546XX
8686
```
8787

88-
This will produce almost all the files needed. To complete the port, add the board specifications to `boards.txt` (giving it an unique name) and provide `pins_arduino.h` and `variants.cpp` in `variants/$ALREADY_SUPPORTED_BOARD_NAME` folder.
88+
This will produce almost all the files needed. To complete the port, add the board specifications to [`boards.txt`](https://arduino.github.io/arduino-cli/latest/platform-specification/#boardstxt) (giving it a unique ID) and provide `pins_arduino.h` and `variants.cpp` in `variants/$ALREADY_SUPPORTED_BOARD_NAME` folder.
8989
Feel free to take inspirations from the existing variants :)
9090

9191
For boards not supported by mainline `mbed-os`, the same applies but you should provide the path of your `mbed-os` fork

0 commit comments

Comments
 (0)