Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit21fb501

Browse files
authored
Merge pull request#214 from jboynes/clang_tidy
Document that C++11 is required
2 parents606c586 +2d958fa commit21fb501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ In order to compile a core which is implementing ArduinoCore-API you'll need to
7777
tar --exclude='*.git*' -cjhvf$yourcore-$version.tar.bz2$yourcore/
7878
```
7979

80+
The API is coded to the C++11 standard and the core's compiler must be able to support that version of the language.
81+
8082
Documentation for how to integrate with a Arduino core (which is necessary if you do not download the Arduino core via the Boards Manager) can be found here:
8183
*[ArduinoCore-megaavr](https://github.com/arduino/ArduinoCore-megaavr#developing)
8284
*[ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed#clone-the-repository-in-sketchbookhardwarearduino-git)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp