index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
atmel-samd
/
common-hal
Age
Commit message (
Expand
)
Author
2021-03-16
More formatting
gamblor21
2021-03-16
Formatting fixes
gamblor21
2021-03-15
Merge branch 'main' into rp_dp_parallel
Mark
2021-03-15
run code formatting script
microDev
2021-03-11
Add frequency support to parallel bus
gamblor21
2021-03-09
Initial Changes
jposada202020
2021-02-26
Merge remote-tracking branch 'origin/main' into update-protomatter-rp2
Jeff Epler
2021-02-12
Enable protomatter on RP2040 builds
Jeff Epler
2021-02-11
merge from upstream; complicated webusb merge
Dan Halbert
2021-02-08
Merge pull request #3536 from pewpew-game/pew-get-ticks
Dan Halbert
2021-02-03
Initial commit. Edited error messages in .c files
BiffoBear
2021-01-12
Merge pull request #3966 from dhalbert/samd-dac-channels
Dan Halbert
2021-01-11
Update ports/atmel-samd/common-hal/analogio/AnalogOut.c
Dan Halbert
2021-01-10
fix atmel-samd DAC channel selection logic
Dan Halbert
2021-01-09
Look up TCC resolution as necessary
Dan Halbert
2020-12-28
update common_hal_reset_pin()
microDev
2020-12-25
SAMD51: change of DAC power setting
Uwe Gartmann
2020-12-23
Merge pull request #3867 from dhalbert/frequencyin-fix-6.0.x
Scott Shawcroft
2020-12-22
FrequencyIn: do not raise in interrupt handler
Dan Halbert
2020-12-08
Add `board_deinit` for use with sleep
Scott Shawcroft
2020-12-01
address review comments
Dan Halbert
2020-11-26
deep sleep working; deep sleep delay when connected
Dan Halbert
2020-11-25
merge from upstream + wip
Dan Halbert
2020-11-22
wip
Dan Halbert
2020-11-21
wip: ResetReason to microcontroller.cpu
Dan Halbert
2020-11-19
samd: PDMIn: Reduce code unrolling on samd21 only
Jeff Epler
2020-11-16
Merge remote-tracking branch 'adafruit/main' into sleep
Dan Halbert
2020-11-13
Save flash space
Scott Shawcroft
2020-11-13
Update parallel bus signatures
Scott Shawcroft
2020-10-27
Add check for invalid io, function to disable all alarms
microDev
2020-10-27
Add description of alarm modules
microDev
2020-10-17
samd: AnalogOut: Better handle boards which IGNOREd analog pins
Jeff Epler
2020-10-17
samd: extend IGNORE_PIN_foo to all sam e5x/e5x pins
Jeff Epler
2020-10-17
samd: pin: Fix 'undefined reference to pin_PA30'
Jeff Epler
2020-10-12
Finer grained, per port tick locking
Scott Shawcroft
2020-10-10
Make end-of-line-fixer happy
Radomir Dopieralski
2020-10-10
Fix #3504: Don't use time module in pew.tick()
Radomir Dopieralski
2020-10-06
canio: remove unused fields
Jeff Epler
2020-09-29
canio: actually drop the _error_count properties
Jeff Epler
2020-09-28
CAN: Use mp_obj_t insteaed of canio_message_obj_t, get rid of rtr field
Jeff Epler
2020-09-28
canio: Listener: shuffle function declarations around
Jeff Epler
2020-09-28
Listerner: read -> receive, drop readinto
Jeff Epler
2020-09-28
Match: address -> id
Jeff Epler
2020-09-22
canio: Fix implementation bugs in atmel-sam
Jeff Epler
2020-09-21
canio: rename from _canio
Jeff Epler
2020-09-21
canio.CAN: switch rx/tx, make both mandatory, move declarations around
Jeff Epler
2020-09-21
canio: Make both tx and rx (but not both) optional
Jeff Epler
2020-09-21
Respond to review comments
Jeff Epler
2020-09-21
fix whitespace
Jeff Epler
2020-09-21
_canio: Add listener matching
Jeff Epler
[next]