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
2018-04-10
Merge pull request #747 from dhalbert/reformat
3.0.0-alpha.4
Scott Shawcroft
2018-04-10
force_create rename got lost due to editing error
Dan Halbert
2018-04-10
Merge remote-tracking branch 'adafruit/master' into reformat
Dan Halbert
2018-04-10
remove more unneeded includes
Dan Halbert
2018-04-10
remove unnecessary includes in esp8266 common-hal storage code
Dan Halbert
2018-04-10
esp8266 and nrf: raise NotImplementedError
Dan Halbert
2018-04-09
esp8266: Disable "strict aliasing" in compiler like in atmel-samd
Jeff Epler
2018-04-09
Fix rom qstr pool length.
Scott Shawcroft
2018-04-09
Prevent a heap pointer from living on the stack longer than we need.
Scott Shawcroft
2018-04-09
Create genhdr/ directory in time
Jeff Epler
2018-04-09
Merge pull request #752 from jepler/esp8266-strict-aliasing
Dan Halbert
2018-04-09
esp8266: Disable "strict aliasing" in compiler like in atmel-samd
Jeff Epler
2018-04-09
Merge pull request #749 from tannewt/analyze_heap_dump
Dan Halbert
2018-04-09
Merge pull request #750 from tannewt/parse_tree_memory
Dan Halbert
2018-04-09
Prevent a heap pointer from living on the stack longer than we need.
Scott Shawcroft
2018-04-09
Fix rom qstr pool length.
Scott Shawcroft
2018-04-09
Merge pull request #748 from jepler/genhdr-output-directory
Dan Halbert
2018-04-09
Create genhdr/ directory in time
Jeff Epler
2018-04-09
add storage.erase_filesystem() to erase and reformat CIRCUITPY
Dan Halbert
2018-04-08
Merge pull request #628 from sommersoft/super_status
Scott Shawcroft
2018-04-08
Merge pull request #738 from dhalbert/3.0_hid
Scott Shawcroft
2018-04-08
Move CDC Comm back to Interface 0 for compat with Win7 drivers.
Dan Halbert
2018-04-08
update usb_descriptor again
Dan Halbert
2018-04-08
Merge branch 'master' into 3.0_hid
Dan Halbert
2018-04-08
tools/usb_descriptor updates
Dan Halbert
2018-04-08
Reorder composite device interfaces; fix report length bug
Dan Halbert
2018-04-07
Merge pull request #742 from jepler/esp8266-sdk-fixes
Scott Shawcroft
2018-04-06
esp8266/etshal: delete incorrect function prototypes
Jeff Epler
2018-04-06
esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .
Paul Sokolovsky
2018-04-06
Merge branch 'super_status' of https://github.com/sommersoft/circuitpython in...
sommersoft
2018-04-06
supervisor/Runtime: updated documentation for 'no disconnect'
sommersoft
2018-04-05
Merge pull request #741 from jepler/samd-reset-modes
Scott Shawcroft
2018-04-05
RunMode: Fix repr(RunMode.BOOTLOADER)
Jeff Epler
2018-04-05
atmel-samd: reset: reset() was always entering bootloader mode
Jeff Epler
2018-04-03
Merge pull request #740 from jepler/reboot-bootloader
Scott Shawcroft
2018-04-03
atmel-samd: Fix rebooting to bootloader
Jeff Epler
2018-04-02
Add USB HID support, including Consumer Control
Dan Halbert
2018-04-02
Merge branch 'master' into 3.0_hid
Dan Halbert
2018-04-02
WIP: seems to be done
Dan Halbert
2018-04-02
Merge pull request #736 from jepler/testsuite-serial-travis
Scott Shawcroft
2018-04-02
Merge pull request #730 from jepler/remove-appveyor-circuitpython
Scott Shawcroft
2018-04-02
travis.yml: Running tests in parallel on travis is slower
Jeff Epler
2018-04-02
ports/windows: Remove appveyor.yml
Jeff Epler
2018-04-01
Merge pull request #733 from pewpew-game/gamepad-pull
Scott Shawcroft
2018-04-01
Merge pull request #732 from pewpew-game/gamepad-typecheck
Scott Shawcroft
2018-04-01
Merge pull request #734 from jepler/str-find-backwards-circuitpython
Scott Shawcroft
2018-04-01
Merge pull request #735 from jepler/generator-stack-overflow-circuitpython
Scott Shawcroft
2018-04-01
py/objgenerator: Check stack before resuming a generator
Jeff Epler
2018-03-31
py/objstr: Don't crash when end < start
Jeff Epler
2018-03-31
Respect pin's pull in gamepad
Radomir Dopieralski
[next]