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
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-23
Fix incorrect initialisation of default UART
Dave Marples
2020-02-18
Addition of RS485 support
Dave Marples
2020-02-18
Addition of RTS/CTS/RS485 UART functionality
Dave Marples
2020-02-13
Merge pull request #2581 from jamesbowman/master
Scott Shawcroft
2020-02-12
Added fix to allow remount when usb enabled but msc is ejected
Gadi Rotenberg
2020-02-10
Correct the BitmapTransform operations.
James Bowman
2020-02-07
Move _eve module declarations into shared-bindings header
James Bowman
2020-02-07
Split into shared-module and shared-bindings
James Bowman
2020-01-30
Merge remote-tracking branch 'adafruit/master' into tweak_pixelbuf
Scott Shawcroft
2020-01-30
circuitpython-stage: allow choosing background color
Radomir Dopieralski
2020-01-29
Merge commit 'b36b24' into tweak_pixelbuf
Scott Shawcroft
2020-01-29
Merge branch 'master' into stm32-meowbit
hierophect
2020-01-28
Implement requested changes
Lucian Copeland
2020-01-27
Don't allocate the pre brightness buffer if brightness is 1.0 still
Scott Shawcroft
2020-01-24
Encapsulate buffers inside PixelBuf and refactor it.
Scott Shawcroft
2020-01-24
Simplify the flash-display conflict fix
Lucian Copeland
2020-01-24
Fix flash-display conflict error
Lucian Copeland
2020-01-20
Mixer: rename function based on review comment
Jeff Epler
2020-01-20
Mixer: use MP_LIKELY macro instead of locally brewed one
Jeff Epler
2020-01-16
Mixer: Rework for performance, particularly of the S16 case
Jeff Epler
2020-01-16
mixer: factor out mix_one_voice
Jeff Epler
2020-01-08
Merge pull request #2445 from jepler/mp3-jeplayer-fixes
5.0.0-beta.3
Scott Shawcroft
2020-01-06
Fix more build problems
Jeff Epler
2020-01-06
audiomp3: rename to MP3Decoder
Jeff Epler
2020-01-02
MP3File: Add rms_level property
Jeff Epler
2019-12-29
Merge branch 'master' into pixelbuf-subscr-change
Roy Hooper
2019-12-24
MP3File: tweak buffer handling
Jeff Epler
2019-12-23
MP3File: whitespace
Jeff Epler
2019-12-23
MP3File: Add a settable ".file" property
Jeff Epler
2019-12-16
displayio: make 'rotation' property settable
Jeff Epler
2019-12-13
MP3: look harder for frame info
Jeff Epler
2019-12-13
MP3: skip ID3V2 metadata
Jeff Epler
2019-12-13
audiocore: The arguments to reset_buffer went missing
Jeff Epler
2019-12-13
Revert subscr signature change
Roy Hooper
2019-12-13
Merge branch 'master' into new-pixelbuf-api
Roy Hooper
2019-12-12
MP3File: Fix stereo playback on samd AudioOut
Jeff Epler
2019-12-11
MP3File: Avoid crash in get_buffer when deinitted
Jeff Epler
2019-12-10
Merge branch 'master' into new-pixelbuf-api
Roy Hooper
2019-12-10
Fix slice step.
Roy Hooper
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-12-02
Merge branch 'master' into new-pixelbuf-api
Roy Hooper
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
[next]