-
-
Couldn't load subscription status.
- Fork 136
Comparing changes
Open a pull request
base repository: arduino/ArduinoCore-API
base: 1.5.1
head repository: arduino/ArduinoCore-API
compare: 1.5.2
- 16 commits
- 112 files changed
- 5 contributors
Commits on May 28, 2024
-
license: add missing license headers
Some of the files in the Arduino core were missing the license headers. They contain code which is either copied from previous Arduino cores (which were already LGPL-2.1-or-later), or has been submitted to this repository where most of the code is clearly LGPL-2.1-or-later. In any case, all the contributors have either been directly employed by Arduino or have signed the CLA. Add the missing LGPL-2.1-or-later headers to the files.
Configuration menu - View commit details
-
Copy full SHA for a1f668d - Browse repository at this point
Copy the full SHA a1f668dView commit details -
license: update CAN files license to LGPL-2.1-or-later
The CAN files had a non-standard license which does not match the other files in the repository. This commit updates the license header to match that of the other files. All of the contributors to these files have either been employed by Arduino or have signed the CLA.
Configuration menu - View commit details
-
Copy full SHA for a2735c0 - Browse repository at this point
Copy the full SHA a2735c0View commit details -
Minor updates to the license headers to make them more consistent among the repository.
Configuration menu - View commit details
-
Copy full SHA for eeb0ce3 - Browse repository at this point
Copy the full SHA eeb0ce3View commit details -
license: add SPDX-License-Identifier to all files in test/
The files in the test/ folder had a copyright notice, but no license information. This commit adds the LGPL-2.1-or-later SPDX license identifier to all these files.
Configuration menu - View commit details
-
Copy full SHA for 25be1ac - Browse repository at this point
Copy the full SHA 25be1acView commit details -
license: add LICENSE file to the repository
All files in this repository are licensed under the GNU Lesser General Public License version 2.1. Make this obvious by including the LICENSE file in the root of the repository. In addition to the above clause, some files may also be distributed under additional license terms. See each individual file for details.
Configuration menu - View commit details
-
Copy full SHA for 3f3e8bd - Browse repository at this point
Copy the full SHA 3f3e8bdView commit details
Commits on May 29, 2024
-
Fix spell check false positive by ignoring word
The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project. The misspelled words dictionary was expanded in the latest release of codespell. Some of the text in the project codebase happens to match against newly added entries, which caused codespell to produce a false misspelled word detection. Since the code that produced the detection is correct and intended, the false positive is resolved by configuring codespell to ignore the problematic word.
Configuration menu - View commit details
-
Copy full SHA for ce1f76e - Browse repository at this point
Copy the full SHA ce1f76eView commit details -
Merge pull request #235 from per1234/fix-spellcheck
Fix spell check false positive by ignoring word
Configuration menu - View commit details
-
Copy full SHA for 4df98f4 - Browse repository at this point
Copy the full SHA 4df98f4View commit details
Commits on Jun 17, 2024
-
Merge pull request #234 from pillo79/license_cleanup
Use the LGPL 2.1 or later license on all files
Configuration menu - View commit details
-
Copy full SHA for 4a02bfc - Browse repository at this point
Copy the full SHA 4a02bfcView commit details
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 10de470 - Browse repository at this point
Copy the full SHA 10de470View commit details -
In order to update catch2 the following changes were made: - CMakeLists.txt: import catch2 with FetchContent_Declare, this will make it more flexible and easier to update - removed main for tests, since it is not mandatory and it doesn't add any value of having it - renaming includes in all the files
Configuration menu - View commit details
-
Copy full SHA for 2aaef7b - Browse repository at this point
Copy the full SHA 2aaef7bView commit details
Commits on Feb 17, 2025
-
Solving the following compile time error
error: moving ‘a’ of type ‘arduino::String’ to itself [-Werror=self-move] Which may happen if if GCC_VERSION is not defined, and instead __GNUC__ is defined
Configuration menu - View commit details
-
Copy full SHA for 42b8581 - Browse repository at this point
Copy the full SHA 42b8581View commit details
Commits on Jul 17, 2025
-
changing tag name for subscript operator
since for catch2 '[' is not a valid character in the tag name
Configuration menu - View commit details
-
Copy full SHA for a919d81 - Browse repository at this point
Copy the full SHA a919d81View commit details
Commits on Sep 29, 2025
-
Add SPI bus mode support (controller/peripheral)
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dab7773 - Browse repository at this point
Copy the full SHA dab7773View commit details -
Merge pull request #246 from andreagilardoni/cmake-improvements
Catch2 update
Configuration menu - View commit details
-
Copy full SHA for 13e173a - Browse repository at this point
Copy the full SHA 13e173aView commit details -
Merge pull request #257 from iabdalkader/spi_bus_mode
Add SPI bus mode support (controller/peripheral)
Configuration menu - View commit details
-
Copy full SHA for a07b034 - Browse repository at this point
Copy the full SHA a07b034View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd91833 - Browse repository at this point
Copy the full SHA cd91833View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.5.1...1.5.2