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
/
py
/
circuitpy_defns.mk
Age
Commit message (
Expand
)
Author
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-03
Add PacketBuffer and MTU negotiation support.
Scott Shawcroft
2019-12-10
merge from upstream
Dan Halbert
2019-12-10
working on all ports
Dan Halbert
2019-12-10
audiocore: Add MP3File using Adafruit_MP3 library
Jeff Epler
2019-12-05
wip
Dan Halbert
2019-10-21
Refine _bleio
Scott Shawcroft
2019-10-20
Parameterize linker script
Dan Halbert
2019-09-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
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-27
Disable bitbangio on Itsy M0
Scott Shawcroft
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-22
Rework refresh API and factor common display stuff out
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-19
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-18
make nrf touchio be generic: now available for SAMD51 too
Dan Halbert
2019-08-05
Merge remote-tracking branch 'adafruit/master' into ble-pairing
Dan Halbert
2019-08-03
bring MixerVoice back to building state; update documentation
sommersoft
2019-08-02
WIP: rework of Characteristic properties; enhance Descriptor; not tested
Dan Halbert
2019-07-29
PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_
Jeff Epler
2019-07-26
audiopwmio: Add the shared files for this new module
Jeff Epler
2019-07-25
audiocore: Factor from audioio
Jeff Epler
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-06-19
WIP: backup only; not compiled
Dan Halbert
2019-06-18
Don't operate directly on bleio objects in shared-bindings: use common_hal
Dan Halbert
2019-06-13
merge from upstream; WIP redo Address; no more AddressType
Dan Halbert
2019-06-11
Merge latest 4.0.x fixes into master
Dan Halbert
2019-06-04
Add PS/2 support -- ps2io module
Elvis Pfützenreuter
2019-06-03
Replace Broadcaster with enhanced Peripheral
Dan Halbert
2019-05-24
Implement forced clean builds for boards so designated.
Dan Halbert
2019-04-16
Fully split gamepadshift from gamepad
Scott Shawcroft
2019-04-15
Split GamePadShift from GamePad to save space on most boards.
Scott Shawcroft
2019-04-12
Reorganize the gamepad code
Radomir Dopieralski
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-03-19
Move Glyph and BuiltinFont into fontio
Scott Shawcroft
2019-03-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into new_f...
sommersoft
2019-03-01
Rebase on top of CircuitPython 4.x
Radomir Dopieralski
2019-02-28
Add a _pew module
Radomir Dopieralski
2019-02-24
add frequencyio to circuipy_ configs
sommersoft
2019-02-15
address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZE
Dan Halbert