Activity
Fixed issue with EXINT no longer working when we disable/enable it
Fixed issue with EXINT no longer working when we disable/enable it
SetPinMode now takes a Boolean debounce parameter, default false
SetPinMode now takes a Boolean debounce parameter, default false
Use 120us debouncing on SAME4E/4S/E70 inputs by default
Use 120us debouncing on SAME4E/4S/E70 inputs by default
Changed RP2040 CAN implementation to support two transmit FIFOs
Changed RP2040 CAN implementation to support two transmit FIFOs
Event system interrupts are now declared noexcept
Event system interrupts are now declared noexcept
Added more atomic functions for Arm Cortex M0
Added more atomic functions for Arm Cortex M0
Replaced attach/detachInterrupt etc. for RP2040 configuration
Replaced attach/detachInterrupt etc. for RP2040 configuration
Renamed attach/detachInterrupt, enabled Enable/DisablePinInterrupt
Renamed attach/detachInterrupt, enabled Enable/DisablePinInterrupt
Type annotations for eCv, also removed an unused function
Type annotations for eCv, also removed an unused function
Minor corrections and eCv annotations
Minor corrections and eCv annotations
Changed type name of flags returned by IrqSave in CoreN2G
Changed type name of flags returned by IrqSave in CoreN2G
Reduced optimisation level of startup code to fix SAMC21 ADC issue
Reduced optimisation level of startup code to fix SAMC21 ADC issue
Changed DMA priority 0 QoS from 0 to 1
Changed DMA priority 0 QoS from 0 to 1
Fix to avoid clent SAME5x projects needing to define SUPPORT_SDHC
Fix to avoid clent SAME5x projects needing to define SUPPORT_SDHC
Fix to avoid clent SAME5x projects needing to define SUPPORT_SDHC
Fix to avoid clent SAME5x projects needing to define SUPPORT_SDHC
update tusb_config for pico sdk build
update tusb_config for pico sdk build
Added option to use Sdhc 95MHz clock instead of 60MHz clock for SERCOMs
Added option to use Sdhc 95MHz clock instead of 60MHz clock for SERCOMs
Added comments to SAME5x startup code
Added comments to SAME5x startup code
Changed DMA channel 2 and 3 QOS on SAME5x, added DMA suspend/resume
Changed DMA channel 2 and 3 QOS on SAME5x, added DMA suspend/resume