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
/
atmel-samd
/
common-hal
/
nativeio
Age
Commit message (
Expand
)
Author
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-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
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: Support multiple ADC channels at once.
Scott Shawcroft
2017-01-16
More fixes to pin pull thanks to jerryn:
Scott Shawcroft
2016-12-20
atmel-samd: Improve TouchIn to allow for multiple simultaneous touch pads.
Scott Shawcroft
2016-12-19
atmel-samd: Run the VM hook while waiting for the UART read to timeout in cas...
Scott Shawcroft
2016-12-19
atmel-samd: Add preliminary support for UART
Sebastian Plamauer
2016-12-13
Fix up Analog classes: unify them at 16 bits and adds reference_voltage member
Scott Shawcroft
2016-12-12
atmel-samd: Basic capacitive touch button support.
Scott Shawcroft
2016-12-07
atmel-samd & esp8266: Make sure pins are not already in use.
Scott Shawcroft
2016-12-02
Add try_lock and unlock to I2C and SPI classes to make sure things
Scott Shawcroft
2016-12-01
atmel-samd: Slim down the pin struct to save ~1200 bytes.
Scott Shawcroft
2016-11-29
shared-bindings: Make MOSI and MISO optional for SPI.
Scott Shawcroft
2016-11-29
shared-bindings: Ensure pin objects are actually pins.
Scott Shawcroft
2016-11-21
This introduces an alternative hardware API called nativeio structured around...
Scott Shawcroft