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
Age
Commit message (
Expand
)
Author
2019-09-13
Merge pull request #2135 from jepler/audio-stuttering-background
5.0.0-alpha.3
Scott Shawcroft
2019-09-13
Merge pull request #2147 from jepler/issue2146
Scott Shawcroft
2019-09-13
Merge pull request #2126 from hierophect/stm32-pin-remap
Scott Shawcroft
2019-09-12
Merge remote-tracking branch 'origin/master' into audio-stuttering-background
jepler
2019-09-12
Merge remote-tracking branch 'upstream/master' into stm32-pin-remap
Hierophect
2019-09-11
In py/, must guard uses of RUN_BACKGROUND_TASKS
jepler
2019-09-11
nRF: PWMOut: At deinit, make pin available again
jepler
2019-09-11
text fixes
Hierophect
2019-09-11
minor text fix
Hierophect
2019-09-11
Compiler level bit packing
Hierophect
2019-09-10
Minor text fix
Hierophect
2019-09-10
Merge pull request #2127 from jepler/nrf-i2s
Scott Shawcroft
2019-09-10
Merge pull request #2136 from dhalbert/filesystem-tick-status-fixes
Scott Shawcroft
2019-09-09
fix atmel-samd filesystem_tick'ing; clear_temp_status() should check for stat...
Dan Halbert
2019-09-09
Merge pull request #2129 from jepler/audiomixer-debugging
Dan Halbert
2019-09-09
stream_readall: This can be long-running, run background tasks
jepler
2019-09-09
os_listdir: This can be long-running, run background tasks
jepler
2019-09-09
py/obj.c: This can be long-running, run background tasks
jepler
2019-09-09
nrf: i2s: tune audio buffering
jepler
2019-09-09
nrf: i2s: rewrite without 'goto'
jepler
2019-09-09
nrf: i2s: Comment this slightly tricksy code
jepler
2019-09-09
Merge pull request #2133 from dhalbert/usb-selection-fix
Dan Halbert
2019-09-09
Merge pull request #2132 from hierophect/stm32-f412-tinyusb
Dan Halbert
2019-09-09
Updated VID and PID
Hierophect
2019-09-09
Renumber only chosen USB interfaces; fix HID report ids
Dan Halbert
2019-09-09
Include full descriptor list
Hierophect
2019-09-09
Merge pull request #2101 from matthewnewberg/display_io_dither
Scott Shawcroft
2019-09-09
text fixes
Hierophect
2019-09-09
Add support for F412 via latest tinyusb update
Hierophect
2019-09-08
Set dither default to False and document it
Scott Shawcroft
2019-09-08
WaveFile: Return GET_BUFFER_ERROR if wrong amount read
jepler
2019-09-08
nrf: I2SOut: deal more gracefully with errors from the sample
jepler
2019-09-08
audiomixer: Supply constants in a way "-Og" optimization expects
jepler
2019-09-08
run 'make translate'
Jeff Epler
2019-09-08
nrf: Add i2s audio output
jepler
2019-09-08
Merge pull request #2124 from dhalbert/cpb-fixes
Dan Halbert
2019-09-07
Fix missed shift replacement
Hierophect
2019-09-06
text fixes
Hierophect
2019-09-06
delete analogio for now
Hierophect
2019-09-06
Add latest USB support
Hierophect
2019-09-06
Merge branch 'master' into stm32-analogio
Hierophect
2019-09-06
Minor fixes
Hierophect
2019-09-06
Pack pin numbers, add ADC to pin structure, support DigitalIO
Hierophect
2019-09-06
Use kwargs for dither in ColorConverter constructor
Matthew Newberg
2019-09-06
Fix comment on color converter
Matthew Newberg
2019-09-06
Merge pull request #2123 from hierophect/stm32-flashstub-fix
Dan Halbert
2019-09-06
CPB A1 pin mapping wrong; remove A7
Dan Halbert
2019-09-06
Re-apply warning as error
Hierophect
2019-09-06
Add basic analogio files
Hierophect
2019-09-06
Remove unused static function
Hierophect
[next]