- 04 Apr, 2021 1 commit
-
-
per1234 authored
All the other platform bundled libraries use `KEYWORD1` for the library's global instance so this provides consistency.
-
- 12 Feb, 2021 2 commits
-
-
Alexander Entinger authored
Use authenticated API requests in "Compile Examples" CI workflow
-
Alexander Entinger authored
The arduino/compile-sketches GitHub Actions action used in the "Compile Examples" workflow queries the GitHub API for the base ref of the pull request, which is used for the memory deltas determination. There were a couple workflow runs recently (1, 2) that failed due to rate limiting. Authenticated API requests are given a more generous API request allowance, so providing the action with the automatically generated GitHub access token should prevent this from happening again.
-
- 27 Jan, 2021 2 commits
-
-
Martino Facchin authored
Instruct the compiler to generate a map file during the compilation
-
Alexander Entinger authored
Instruct the compiler to generate a map file during the compilation process which is sometimes useful for debugging.
-
- 30 Dec, 2020 2 commits
-
-
Martino Facchin authored
-
Martino Facchin authored
-
- 10 Dec, 2020 1 commit
-
-
Alexander Entinger authored
Changing return type of 'requestFrom' from uint8_t to size_t allows the function to return the correct amount of bytes read (since internally it's already a size_t which is downcast to a uint8_t upon returning it. (#92)
-
- 09 Dec, 2020 1 commit
-
-
Martino Facchin authored
Bugfix: wrong default I2C baud rate was set for Arduino Nano Every
-
- 06 Dec, 2020 1 commit
-
-
Alessandro Ranellucci authored
-
- 17 Nov, 2020 4 commits
-
-
Martino Facchin authored
This reverts commit d316aa62 to allow running CI tests on a known baseline
-
Martino Facchin authored
-
Martino Facchin authored
-
Martino Facchin authored
-
- 02 Nov, 2020 2 commits
-
-
Martino Facchin authored
Update platform specification URLs in configuration files
-
per1234 authored
The Google Code URL in boards.txt is very outdated. The URL in platform.txt is to a more recent home of the content, which has been replaced with a link to the new location, but while I'm updating boards.txt, I might as well point both URLs to the real page.
-
- 15 Oct, 2020 1 commit
-
-
Martino Facchin authored
Show correct compiler error message in UART0.cpp
-
- 10 Sep, 2020 8 commits
-
-
Alexander Entinger authored
Add CI workflows
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
- 07 Sep, 2020 12 commits
-
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
- 20 Aug, 2020 1 commit
-
-
Alejandro Solano authored
Cross checked with the files UART1 to UART3, only UART0 needs the fix.
-
- 07 Apr, 2020 2 commits
-
-
Martino Facchin authored
-
Martino Facchin authored
-