Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 34588d6

Browse files
authored
Update Packages_Patches for Arduino SAMD v1.8.10
Update Packages_Patches for Arduino SAMD v1.8.10
1 parent b1d1314 commit 34588d6

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This library is based on, modified from:
8080
---
8181
---
8282

83-
## Prerequisite
83+
## Prerequisites
8484

8585
1. [`Arduino IDE 1.8.13+` for Arduino](https://www.arduino.cc/en/Main/Software)
8686
2. [`ESP8266 Core 2.7.4+`](https://github.com/esp8266/Arduino) for ESP8266-based boards.
@@ -162,9 +162,24 @@ This file must be copied into the directory:
162162

163163
- `~/.arduino15/packages/arduino/hardware/sam/x.yy.zz/platform.txt`
164164

165-
4. ***To be able to compile without error and automatically detect and display BOARD_NAME on Arduino SAMD (Nano-33-IoT, etc) boards***, you have to copy the whole [Arduino SAMD cores 1.8.9](Packages_Patches/arduino/hardware/samd/1.8.9) directory into Arduino SAMD directory (~/.arduino15/packages/arduino/hardware/samd/1.8.9).
165+
4. ***To be able to compile without error and automatically detect and display BOARD_NAME on Arduino SAMD (Nano-33-IoT, etc) boards***, you have to copy the whole [Arduino SAMD cores 1.8.10](Packages_Patches/arduino/hardware/samd/1.8.10) directory into Arduino SAMD directory (~/.arduino15/packages/arduino/hardware/samd/1.8.10).
166166

167+
#### For core version v1.8.10+
168+
169+
Supposing the Arduino SAMD version is 1.8.10. Now only one file must be copied into the directory:
170+
171+
- `~/.arduino15/packages/arduino/hardware/samd/1.8.10/platform.txt`
172+
173+
Whenever a new version is installed, remember to copy this files into the new version directory. For example, new version is x.yy.zz
174+
175+
This file must be copied into the directory:
176+
177+
- `~/.arduino15/packages/arduino/hardware/samd/x.yy.zz/platform.txt`
178+
179+
#### For core version v1.8.9-
180+
167181
Supposing the Arduino SAMD version is 1.8.9. These files must be copied into the directory:
182+
168183
- `~/.arduino15/packages/arduino/hardware/samd/1.8.9/platform.txt`
169184
- ***`~/.arduino15/packages/arduino/hardware/samd/1.8.9/cores/arduino/Arduino.h`***
170185

0 commit comments

Comments
 (0)