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
/
shared-bindings
Age
Commit message (
Expand
)
Author
2017-09-06
Add Processor to microcontroller documentation TOC (#237)
Dan Halbert
2017-09-06
shared-bindings: Prevent check_lock from being optimized away. (#240)
Scott Shawcroft
2017-09-05
atmel-samd: Enable 8-bit audio recording support even though it'll be
Scott Shawcroft
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
Dan Halbert
2017-08-29
shared-bindings: Clarify that UART.read() is slow. (#209)
Scott Shawcroft
2017-08-28
Merge pull request #208 from adafruit/merge-v1.9.2
Scott Shawcroft
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-26
Fix blinky example
Scott Shawcroft
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-22
shared-bindings: Check that extra args aren't provided to digitalio.DigitalIn...
Scott Shawcroft
2017-08-22
shared-bindings: Update DigitalIO.pull docs and validate that third (#188)
Scott Shawcroft
2017-08-10
shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI...
Scott Shawcroft
2017-08-07
shared-bindings: Add stub documentation of storage.VfsFat so other docs can l...
2.0.0-beta.1
Scott Shawcroft
2017-08-07
esp8266: Introduce `multiterminal` module for managing a secondary
Scott Shawcroft
2017-07-28
atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDM
Scott Shawcroft
2017-07-27
fixed naming on pulseIn example for docs
brentru
2017-07-23
Measure and report maximum stack usage. (#175)
Dan Halbert
2017-07-12
shared-bindings: Fix neopixel_write example. I forgot to save in the editor. ...
Scott Shawcroft
2017-07-12
atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.
Scott Shawcroft
2017-07-12
shared-bindings: Add neopixel_write example. Fixes #163
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-07
shared-bindings: Update docs to remove with statements from examples but add ...
Scott Shawcroft
2017-06-07
docs: Add module support matrix.
Scott Shawcroft
2017-06-07
docs: Fix header lines that are too short.
Scott Shawcroft
2017-06-06
shared-bindings: Allow for switching direction with the attribute.
Scott Shawcroft
2017-06-06
shared-bindings: Fix duty_cycle parameter description and error message.
Scott Shawcroft
2017-05-24
Doc tweaks to clarify external libraries, new boards and add HID library.
Scott Shawcroft
2017-05-15
atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mo...
Scott Shawcroft
2017-05-08
shared-bindings: Correct PulseIn.resume to match docs. Fixes #125
Scott Shawcroft
2017-05-01
atmel-samd: Introduce audio sample playback via audioio.AudioOut.
Scott Shawcroft
2017-04-20
Switch to a shared piece of code to compute start and length of a
Scott Shawcroft
2017-04-13
Correct PulseOut example code
0.9.5
Scott Shawcroft
2017-04-12
atmel-samd: Rework status LED implementation
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-03-10
Fix duty_cycle constructor argument to PWMOut.
Scott Shawcroft
2017-03-07
shared-bindings: Do a pass on the docs and make sure keyword only arguments m...
Scott Shawcroft
2017-03-07
shared-bindings: Reenable struct_time. It was turned off when playing with LT...
Scott Shawcroft
2017-02-28
shared-bindings: Fix two more try_locks. Copy and paste failed me.
0.9.1
Scott Shawcroft
2017-02-27
atmel-samd: Add USB HID mouse and keyboard support.
Scott Shawcroft
2017-02-26
atmel-samd: Use link time optimization to reduce code size of builds which
Scott Shawcroft
2017-02-24
Make more type structures const to save RAM.
Scott Shawcroft
2017-02-24
Switch exception throwing to mp_raise helpers. It saves a little code space e...
Scott Shawcroft
[next]