- 20 Apr, 2021 2 commits
-
-
Martino Facchin authored
Use established KEYWORD_TOKENTYPE for Wire keyword
-
Martino Facchin authored
Update GitHub Actions actions used in sketch compilation CI workflows
-
- 14 Apr, 2021 2 commits
-
-
per1234 authored
The reliance on the `actions/upload-artifacts` action as the transfer mechanism between workflow runs means that these values will always be hardcoded into the workflow. The result is that if the default values of the inputs are changed, it breaks the workflow, even if the changes are synchronized. So it's more robust to avoid dependening on the default values.
-
per1234 authored
The "smoke test" sketch compilation and reporting actions have been moved to dedicated repositories. The actions hosted at the old `arduino/actions/libraries/*` location will no longer be maintained. Since the time the actions were migrated to the dedicated repositories, a breaking change was made to the default value of the `sketches-report-path` input, which required a change to the values of the `name` and `path` inputs of the `actions/upload-artifact` action.
-
- 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 11 commits
-
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-
giulcioffi authored
-