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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atmel-samd
/
common-hal
Age
Commit message (
Expand
)
Author
2017-09-05
atmel-samd: Enable 8-bit audio recording support even though it'll be
Scott Shawcroft
2017-09-01
atmel-samd: Remember SPI baudrate.
Scott Shawcroft
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
Dan Halbert
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-08-10
shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI...
Scott Shawcroft
2017-07-28
atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDM
Scott Shawcroft
2017-07-13
atmel-samd: Fix potential buffer overflow in UART.c by recalculating
Scott Shawcroft
2017-07-12
atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.
Scott Shawcroft
2017-06-28
shared-bindings: Introduce storage.remount() so you can set root as
Scott Shawcroft
2017-06-27
Introduce a random module that is a subset of CPython's random. It
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-16
shared-bindings: Move enum-like classes out of DigitalInOut into digitalio.
Scott Shawcroft
2017-06-12
atmel-samd: Fix sharing TCCs by statically storing the current period.
Scott Shawcroft
2017-06-09
atmel-samd: Set up the tcc_instance when using an already active TCC.
Scott Shawcroft
2017-06-09
atmel-samd: Reset TCC channel in use array on reset.
Scott Shawcroft
2017-06-09
atmel-samd: Handle TCC2 correctly. Unlike the other TCCs its 16bit
Scott Shawcroft
2017-06-08
atmel-samd: Fix PWMOut duty_cycle when used with TCC peripherals.
Scott Shawcroft
2017-05-15
atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mo...
Scott Shawcroft
2017-05-12
atmel-samd: Fix pin reset to ensure USB and SWD are not reset.
Scott Shawcroft
2017-05-12
atmel-samd: Pin reset improvements.
Scott Shawcroft
2017-05-04
atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't g...
Scott Shawcroft
2017-05-03
atmel-samd: Use DMA for user SPI.
Scott Shawcroft
2017-05-01
Update AudioOut.c
Limor "Ladyada" Fried
2017-05-01
atmel-samd: Introduce audio sample playback via audioio.AudioOut.
Scott Shawcroft
2017-04-20
atmel-samd: Remove debug prints from TouchIn
Scott Shawcroft
2017-04-18
atmel-samd: Swap out pulseio for touchio based on FreeTouch.
Scott Shawcroft
2017-04-13
atmel-samd: Turn off PulseIn interrupts on reset. Can hardfault otherwise.
Scott Shawcroft
2017-04-13
atmel-samd: Account for pending ticks in PulseIn. Fixes #116.
Scott Shawcroft
2017-04-12
atmel-samd: Rework status LED implementation
Scott Shawcroft
2017-04-11
atmel-samd: Fix PulseIn duration math to handle case when current us time is ...
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft
2017-03-25
Add low-level OneWire support class.
Scott Shawcroft
2017-03-24
Add PulseIn support which can be used to measure a series of pulse widths.
0.9.2
Scott Shawcroft
2017-03-10
Add PulseOut which can pulse a PWMOut for IR remote transmission.
Scott Shawcroft
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft
2017-02-24
Correct name of mp_raise_NotImplementedError to make error name.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
2017-02-19
atmel-samd: Save a little space by tweaking error messages.
Scott Shawcroft
2017-02-19
Save space by only supporting 800khz neopixels.
Scott Shawcroft
2017-02-19
Two I2C fixes:
Scott Shawcroft
2017-02-19
atmel-samd: Remove pin reference from AnalogOut error. Fixes #83
Scott Shawcroft
2017-02-13
atmel-samd: Clean up I2C correctly when an initialization error occurs. Fixes...
Scott Shawcroft
2017-02-10
atmel-samd: Rework the clock configs to only be crystalless when needed by th...
Scott Shawcroft
2017-02-10
SPI tweaks for SD Cards:
Scott Shawcroft
2017-01-30
Add frequency changing support to PWMOut.
Scott Shawcroft
2017-01-19
atmel-samd: Fully reset the ADC state on reset to prevent a crash.
Scott Shawcroft
2017-01-17
atmel-samd: Fix neopixel timing by forcing the NVM cache to be deterministicl...
0.8.3
Scott Shawcroft
[next]