8000 Fix: ArduinoCore-samd:master has already been ported to using Arduino… · carlosperate/ArduinoCore-API@f87008a · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f87008a

Browse files
authored
Fix: ArduinoCore-samd:master has already been ported to using ArduinoCore-API (arduino#164)
The link in the README was stil pointing to a development branch.
1 parent 5f107eb commit f87008a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Some cores have been ported to the new structure, for example:
1515
* megaAVR (https://github.com/arduino/ArduinoCore-megaAVR)
1616
* nRF52-mbedos (https://github.com/arduino/ArduinoCore-nRF528x-mbedos)
1717
* classic AVR (https://github.com/arduino/ArduinoCore-avr/tree/api)
18-
* SAMD (https://github.com/arduino/ArduinoCore-samd/tree/api)
18+
* SAMD (https://github.com/arduino/ArduinoCore-samd)
1919

2020
These repositories **don't** contain the needed `api` subfolder; to "complete" the core you need to copy or symlink the `api` folder from this repo to the target's `cores/arduino` folder.
2121

0 commit comments

Comments
 (0)
0