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

Commit 4fad04d

Browse files
authored
Releases v1.0.0 to support RP2040-based boards
### Initial Releases v1.0.0 1. Initial coding to support RP2040-based boards such as RASPBERRY_PI_PICO. etc. using [Earle Philhower's arduino-pico core](https://github.com/earlephilhower/arduino-pico)
1 parent 4536cb4 commit 4fad04d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
* [Use Arduino Library Manager](#use-arduino-library-manager)
2424
* [Manual Install](#manual-install)
2525
* [VS Code & PlatformIO](#vs-code--platformio)
26+
* [Packages' Patches](#packages-patches)
27+
* [1. For RP2040-based boards](#1-for-rp2040-based-boards)
2628
* [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix-multiple-definitions-linker-error)
2729
* [More useful Information](#more-useful-information)
2830
* [Usage](#usage)
@@ -165,6 +167,23 @@ Another way to install is to:
165167
---
166168
---
167169

170+
### Packages' Patches
171+
172+
#### 1. For RP2040-based boards
173+
174+
***To be able to automatically detect and display BOARD_NAME on Seeeduino SAMD (RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040, GENERIC_RP2040, etc) boards***, you have to copy the file [RP2040 platform.txt](Packages_Patches/rp2040/hardware/rp2040/1.2.1) into rp2040 directory (~/.arduino15/packages/rp2040/hardware/rp2040/1.2.1).
175+
176+
Supposing the rp2040 core version is 1.2.1. This file must be copied into the directory:
177+
178+
- `~/.arduino15/packages/rp2040/hardware/rp2040/1.2.1/platform.txt`
179+
180+
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz
181+
This file must be copied into the directory:
182+
183+
- `~/.arduino15/packages/rp2040/hardware/rp2040/x.yy.zz/platform.txt`
184+
185+
---
186+
---
168187

169188
### HOWTO Fix `Multiple Definitions` Linker Error
170189

0 commit comments

Comments
 (0)