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
/
shared-module
Age
Commit message (
Expand
)
Author
2019-12-10
audiocore: Add MP3File using Adafruit_MP3 library
Jeff Epler
2019-12-09
Merge pull request #2353 from jepler/audiosample-protocol
Scott Shawcroft
2019-12-06
audiocore: use mp_obj_t in prototypes
Jeff Epler
2019-12-05
audiocore: restore the prototypes of audiosample_xxx functions
Jeff Epler
2019-12-05
Define polarity and phase in Fourwire
Hierophect
2019-12-04
audiosample: convert to use a protocol
Jeff Epler
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-26
Fix ePaper so it works after a GC.
Scott Shawcroft
2019-11-18
Supervisor: move most of systick to the supervisor
Jeff Epler
2019-11-15
Add never_reset and reset to pin common hal, adjust files
Hierophect
2019-11-08
Fixed I2CDisplay reset issue
Melissa LeBlanc-Williams
2019-11-01
Merge remote-tracking branch 'adafruit/master' into bleio_tweaks
Scott Shawcroft
2019-10-26
bitbangio.SPI was not setting direction of output pins
Dan Halbert
2019-10-22
Fix build by removing unused vars
Scott Shawcroft
2019-10-21
Refine _bleio
Scott Shawcroft
2019-09-12
Merge remote-tracking branch 'origin/master' into audio-stuttering-background
jepler
2019-09-10
Merge pull request #2127 from jepler/nrf-i2s
Scott Shawcroft
2019-09-09
Merge pull request #2129 from jepler/audiomixer-debugging
Dan Halbert
2019-09-09
os_listdir: This can be long-running, run background tasks
jepler
2019-09-09
Merge pull request #2101 from matthewnewberg/display_io_dither
Scott Shawcroft
2019-09-08
WaveFile: Return GET_BUFFER_ERROR if wrong amount read
jepler
2019-09-08
audiomixer: Supply constants in a way "-Og" optimization expects
jepler
2019-09-05
Move dither parameter to ColorConverter constructor and parameter
Matthew Newberg
2019-09-04
Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xac
Dan Halbert
2019-09-04
Removed unused return value in displayio_colorconverter_convert
Matthew Newberg
2019-09-04
Merge pull request #2113 from tannewt/displayio_hidden
5.0.0-alpha.2
Dan Halbert
2019-09-04
Merge pull request #2080 from sommersoft/mixer_voice
Scott Shawcroft
2019-09-04
Bitpack bools in TileGrid and Group
Scott Shawcroft
2019-09-04
Fix transactions in _stage after displayio changes
Radomir Dopieralski
2019-09-04
Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xac
Dan Halbert
2019-09-03
remove leftover debug print
sommersoft
2019-09-03
trivial change; try to force check run
Dan Halbert
2019-09-03
simpler generation of HID device tables
Dan Halbert
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-09-03
Fix I2CDisplay bus_free to not grab lock
Scott Shawcroft
2019-09-03
WIP
Dan Halbert
2019-09-03
Capture rotation
Dave Astels
2019-09-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-09-01
use more accurate ARMv7 prepocessor flags; TODOs for asm instructions
sommersoft
2019-08-31
Add random dithering to ColorConverter
Matthew Newberg
2019-08-31
include CMSIS instrinsic addition functions for M4; cleanup C math funcs
sommersoft
2019-08-29
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-29
rename bleio module to _bleio
Dan Halbert
2019-08-26
Minor renames
Scott Shawcroft
2019-08-25
disable audiomixer on boards it doesn't fit on
sommersoft
2019-08-25
fix 'audiomixer_mixer_reset_buffer'
sommersoft
2019-08-24
move Mixer & MixerVoice from 'audiocore' to 'audiomixer'
sommersoft
2019-08-24
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-24
fix MixerVoice.get_level; now returns a float between 0-1.
sommersoft
[next]