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
2018-11-03
Adding the serial_bytes_available() method to the 3.x branch
ATMakersBill
2018-09-18
Clock the SAMD21 much faster so it can actually convert at its max
Scott Shawcroft
2018-09-12
UART fixes and enhancements; default board object fix
Dan Halbert
2018-09-12
When UART timeout of zero is given, make read() return data already available
Paul Kierstead
2018-09-11
PWMOut was not claming channels on shared TCCs
Dan Halbert
2018-08-24
adjust SAMD51 neopixel_write timing
Jerry Needell
2018-08-20
Speed up zero neopixel pulses.
Scott Shawcroft
2018-08-08
atmel-samd: UART: allocate rx buffer in long-lived region
Jeff Epler
2018-08-07
Merge pull request #1096 from tannewt/tune_neopixel
Dan Halbert
2018-08-07
Retune neopixel timings on SAMD51. They were too slow.
Scott Shawcroft
2018-07-09
must set pull after setting direction with gpio_set_pin routines
Dan Halbert
2018-06-28
fix OneWire timing and DigitalInOut.switch_to_input()
Dan Halbert
2018-06-15
Split out the peripherals library in preparation of sharing with MakeCode.
Scott Shawcroft
2018-06-12
Correct UART reads to return error on timeout.
Scott Shawcroft
2018-06-12
PDMIn: turn serializer on when starting DMA
Dan Halbert
2018-06-08
Merge pull request #901 from tannewt/pulseio_too_fast
Dan Halbert
2018-06-08
Use bool not int.
Scott Shawcroft
2018-06-08
Prevent freezing USB during high frequency PulseIn.
Scott Shawcroft
2018-06-08
Check for PDMIn DMA getting stuck.
Dan Halbert
2018-06-01
Adapt for feedback and hack around pIRkey size constraint.
Scott Shawcroft
2018-06-01
redo state algorithm
Dan Halbert
2018-06-01
atmel-samd: Make ticks more atomic.
Scott Shawcroft
2018-06-01
atmel-samd: Add rotary encoder support.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
2018-06-01
Turn off timer on AudioOut deinit.
Scott Shawcroft
2018-05-22
Correctly reset the PTC
Scott Shawcroft
2018-05-22
Fixup gclk init
Scott Shawcroft
2018-05-22
Turn on touchio for M0 boards. M4 will come later once its supported
Scott Shawcroft
2018-05-16
Merge pull request #838 from rhooper/master
Scott Shawcroft
2018-05-16
Merge pull request #829 from jerryneedell/jerryn_i2c
Scott Shawcroft
2018-05-15
disable pins on trinket_m0 so that we can free a fair bit of flash - Issue #840
Roy Hooper
2018-05-14
Fix for Issue #770 - Provide a better error message when timers are still ava...
Roy Hooper
2018-05-13
add timeout keyword to I2C - for bitbangio - ignored for busio
Jerry Needell
2018-05-10
PBxx pins were not setting DRVSTR or reporting PULL properly
Dan Halbert
2018-05-08
Add pause/resume control to AudioOut and I2SOut
Scott Shawcroft
2018-05-02
Merge pull request #789 from tannewt/pdmin3
Dan Halbert
2018-05-02
Reduce the buffer size back to what 2.x has. Increase was leftover
Scott Shawcroft
2018-05-02
Fix 8 bit recordings on CPX.
Scott Shawcroft
2018-05-01
Implement microcontroller.cpu.temperature on '21 and '51.
Dan Halbert
2018-05-01
atmel-samd: RTC: Improve precision when setting datetime
Noralf Trønnes
2018-05-01
Re-enable PDMIn without ASF and using the helpers added with
Scott Shawcroft
2018-04-29
atmel-samd: RTC: Improve precision when setting datetime
Noralf Trønnes
2018-04-23
HID gamepad support
Dan Halbert
2018-04-20
modify tick.c to simplify - remove interupt disable from common_hal_pulseio_...
Jerry Needell
2018-04-19
Merge remote-tracking branch 'origin/master' into jerryn_tick
Jerry Needell
2018-04-17
update tick.c (fix LOAD value) update PulseIn.c (do not enable interrupts fo...
Jerry Needell
2018-04-16
Merge pull request #745 from notro/time_rtc
Scott Shawcroft
2018-04-16
modify tick.c to work when interrupts disabled - modify PulseIn.c to cast ar...
Jerry Needell
2018-04-16
atmel-samd: Add rtc module support
Noralf Trønnes
2018-04-13
Turn on nvm in 3.0.
Scott Shawcroft
[next]