-
-
Notifications
You must be signed in to change notification settings - Fork 725
Comparing changes
Open a pull request
base repository: arduino/ArduinoCore-samd
base: 5ae2f68
head repository: arduino/ArduinoCore-samd
compare: 993398c
- 13 commits
- 15 files changed
- 8 contributors
Commits on Jun 8, 2022
-
Fixed Serial_::begin(..) definition to match arduino::HardwareSerial
This is usually not a problem becuase we use the arm-none-eabi-gcc compiler thas has type `uint32_t` aliased to `unsigned long`. Anyway this is not mandatory in general, and the compiler may choose to alias `uint32_t` with `unsigned int` as it happens with llvm/clang. Since we use clangd as language server on the Arduino IDE 2.0 the Serial_ object and all the derived instances (Serial, SerialUSB, ...) are not available in code-completion suggestions.
Configuration menu - View commit details
-
Copy full SHA for b52412e - Browse repository at this point
Copy the full SHA b52412eView commit details
Commits on Aug 8, 2022
-
Document how to add the required link to ArduinoCore-API. (#676)
* Document how to add the required link to ArduinoCore-API. Related to arduino/ArduinoCore-API#96. * Update README.md Co-authored-by: per1234 <accounts@perglass.com> * Update README.md Co-authored-by: per1234 <accounts@perglass.com> * Update README.md Co-authored-by: per1234 <accounts@perglass.com> * Update README.md Co-authored-by: per1234 <accounts@perglass.com> Co-authored-by: per1234 <accounts@perglass.com>
Configuration menu - View commit details
-
Copy full SHA for 8983308 - Browse repository at this point
Copy the full SHA 8983308View commit details
Commits on Jan 21, 2023
-
Update I2S.cpp to work with RTCZero library
I2S.cpp configures the clock without specifying what to GLCK->DIVSEL bit. This causes issues when the bit is set to 1 by other libraries such as RTCZero. Explicitly setting this value fixes the problem.
Configuration menu - View commit details
-
Copy full SHA for 84e222f - Browse repository at this point
Copy the full SHA 84e222fView commit details
Commits on Jan 23, 2023
-
Merge pull request #692 from Khosos/patch-1
Update I2S.cpp to work with RTCZero library
Configuration menu - View commit details
-
Copy full SHA for 26f2d48 - Browse repository at this point
Copy the full SHA 26f2d48View commit details
Commits on Feb 20, 2023
-
Updated some names of MKR boards, see changes! @facchinm
Configuration menu - View commit details
-
Copy full SHA for afeba43 - Browse repository at this point
Copy the full SHA afeba43View commit details -
Updated some naming of the products @facchinm
Configuration menu - View commit details
-
Copy full SHA for db94399 - Browse repository at this point
Copy the full SHA db94399View commit details
Commits on Feb 24, 2023
-
Merge pull request #696 from jhansson-ard/patch-2
Updated naming of boards
Configuration menu - View commit details
-
Copy full SHA for b0f7110 - Browse repository at this point
Copy the full SHA b0f7110View commit details -
Merge pull request #695 from jhansson-ard/patch-1
Updated naming of MKR boards
Configuration menu - View commit details
-
Copy full SHA for 84c09b3 - Browse repository at this point
Copy the full SHA 84c09b3View commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d0ae34d - Browse repository at this point
Copy the full SHA d0ae34dView commit details
Commits on Nov 30, 2023
-
Merge pull request #713 from skulblakka/fix/staticUsbLineInfo
USB CDC: Line Info Per Instance
Configuration menu - View commit details
-
Copy full SHA for eaf7756 - Browse repository at this point
Copy the full SHA eaf7756View commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f66c536 - Browse repository at this point
Copy the full SHA f66c536View commit details
Commits on Jan 18, 2024
-
Merge pull request #714 from henklaak/master
Fix variant docs Issue #507
Configuration menu - View commit details
-
Copy full SHA for 8e5c09c - Browse repository at this point
Copy the full SHA 8e5c09cView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 993398c - Browse repository at this point
Copy the full SHA 993398cView 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 5ae2f68...993398c