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
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-17
Rename Protomatter -> RGBMatrix
Jeff Epler
2020-04-17
Rename _protomatter -> protomatter
Jeff Epler
2020-04-14
samd: actually disable protomatter timer
Jeff Epler
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-02-29
update uses of assert_pin_free; remove redundant checks
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-19
Edits as a result of review
Dave Marples
2020-02-18
Addition of stubs for rs485/CTS/RTS handling on non-implemented chips
Dave Marples
2020-02-07
fix function defs for compiler
Dan Halbert
2020-02-07
improve time.monotonic_ns() accuracy from ms to us
Dan Halbert
2020-01-29
Tweak error messages to reduce code size.
Scott Shawcroft
2020-01-26
samd: When possible, use one DMA channel for stereo AudioOut
Jeff Epler
2020-01-13
merge from adafruit/circuitpython
Dan Halbert
2020-01-09
Make requiring I2C pullups be optional
Dan Halbert
2020-01-03
wip
Dan Halbert
2019-12-11
address review comments
Dan Halbert
2019-12-10
merge from upstream
Dan Halbert
2019-12-07
samd: neopixel: Fix neopixels after #2297
Jeff Epler
2019-12-06
atmel-samd working
Dan Halbert
2019-12-05
wip
Dan Halbert
2019-11-29
Merge remote-tracking branch 'origin/master' into tick-refactor
Jeff Epler
2019-11-27
make UART.write be blocking on SAMD; add timeout property
Dan Halbert
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-11-15
revert error
Hierophect
2019-11-15
move neopixel_in_use flag to shared-bindings
Hierophect
2019-11-15
Add never_reset and reset to pin common hal, adjust files
Hierophect
2019-11-02
Check for no pullups on I2C on nrf; give arduino nano 33 ble two I2C devices
Dan Halbert
2019-10-25
Fix spelling
Thea Flowers
2019-10-23
Track unadjusted PWM duty cycle to avoid accumulating conversion errors
Thea Flowers
2019-10-20
Parameterize linker script
Dan Halbert
2019-10-12
return chip vcc value
Dan Halbert
2019-09-15
AnalogOut / AudioOut: Copy settings from Arduino
jepler
2019-09-05
Merge pull request #2091 from jepler/samd-dma-tracking
Scott Shawcroft
2019-08-28
samd: audio_dma: Track channel allocation
jepler
2019-08-28
samd: AudioOut: ensure stopped before deinit
jepler
2019-08-27
Disable bitbangio on Itsy M0
Scott Shawcroft
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
Add reset() to display busses to detect whether it works
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-22
make translate
Dan Halbert
2019-08-20
typo in IncrementalEncoder.c
Dan Halbert
2019-08-20
merge from upstream and make translate
Dan Halbert
2019-08-19
Merge remote-tracking branch 'adafruit/master' into run-background-tasks
Dan Halbert
2019-08-18
make nrf touchio be generic: now available for SAMD51 too
Dan Halbert
2019-08-11
atmel-samd: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-08-06
samd: audio_dma: wrap dma_{en,dis}able_channel and add error checking
Jeff Epler
2019-07-25
audiocore: Factor from audioio
Jeff Epler
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-07-08
Merge pull request #1989 from rce1086/master
Scott Shawcroft
[next]