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-bindings
Age
Commit message (
Expand
)
Author
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-08-02
Merge pull request #1057 from tannewt/flexible_heap
Dan Halbert
2018-08-02
Move pin struct to the peripherals library.
Scott Shawcroft
2018-07-31
Merge pull request #1075 from tannewt/more_mp_raise
Dan Halbert
2018-07-31
Use more mp_raise_* to save 28 bytes code size.
Scott Shawcroft
2018-07-31
Remove rogue execute bit. Must a common incorrect shortcut for me. :-)
Scott Shawcroft
2018-07-31
Allow for resizing the stack area.
Scott Shawcroft
2018-07-31
Add basic memory allocation outside Python runtime
Scott Shawcroft
2018-07-28
merge finished
Dan Halbert
2018-07-16
Merge branch 'master' into micropython-25ae98f-merge
Dan Halbert
2018-07-13
compiles and runs; hangs on import storage;storage.VfsFat.<tab>
Dan Halbert
2018-07-13
nrf: Split the ble module into a shared part and the port implementation
arturo182
2018-06-29
Fixed issue with code in docs for audioio
Kattni Rembor
2018-06-15
fix os.listdir() when current dir is '/'
Dan Halbert
2018-06-08
Prevent freezing USB during high frequency PulseIn.
Scott Shawcroft
2018-06-06
Fixed documentation formatting for RTD
Kattni Rembor
2018-06-01
Adapt for feedback and hack around pIRkey size constraint.
Scott Shawcroft
2018-06-01
atmel-samd: Add rotary encoder support.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
2018-05-30
Add gamepad_singleton to root pointers
Radomir Dopieralski
2018-05-30
Make the gamepad singleton long-lived
Radomir Dopieralski
2018-05-23
Remove volatile from the gamepad struct
Radomir Dopieralski
2018-05-23
Raise an error if more than 8 buttons passed to gamepad
Radomir Dopieralski
2018-05-23
Avoid uninitialized gamepad on exception
Radomir Dopieralski
2018-05-23
Make gamepad.get_pressed work when gamepad was created from frozen code
Radomir Dopieralski
2018-05-23
Cache pullup state in gamepad
Radomir Dopieralski
2018-05-19
Merge pull request #846 from notro/epoch1970
Scott Shawcroft
2018-05-19
fix doc error in audioOut.c
jerryneedell
2018-05-18
time: Use 1970 epoch
Noralf Trønnes
2018-05-16
Merge pull request #838 from rhooper/master
Scott Shawcroft
2018-05-16
Rephrase the doc
Scott Shawcroft
2018-05-14
move reload exception to reload.c
Roy Hooper
2018-05-14
Rename reload_next_character to reload_requested to make it match it's intend...
Roy Hooper
2018-05-14
Initial implementation of supervisor.reload()
Roy Hooper
2018-05-13
add timeout keyword to I2C - for bitbangio - ignored for busio
Jerry Needell
2018-05-09
remove unnecessary comment
dean
2018-05-09
DM: add kwargs to bitbangio spi
dean
2018-05-08
Make resume idempotent (allowing you to call it twice without complaining.)
Scott Shawcroft
2018-05-08
Tweak exception message.
Scott Shawcroft
2018-05-08
Add pause/resume control to AudioOut and I2SOut
Scott Shawcroft
2018-05-06
docs: fix references to uhashlib
Jeff Epler
2018-05-03
docs: fix references to ubinascii
Jeff Epler
2018-05-01
Re-enable PDMIn without ASF and using the helpers added with
Scott Shawcroft
2018-04-16
Merge pull request #745 from notro/time_rtc
Scott Shawcroft
2018-04-16
Remove "Get or set"
Scott Shawcroft
2018-04-16
Add a table of contents reference to RTC
Scott Shawcroft
2018-04-16
Add rtc module
Noralf Trønnes
2018-04-13
Correct example. Thanks @jepler!
Scott Shawcroft
2018-04-13
Turn on nvm in 3.0.
Scott Shawcroft
[next]