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-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
2018-04-13
Tweaks based on dhalbert's feedback.
Scott Shawcroft
2018-04-12
Add audio output support!
Scott Shawcroft
2018-04-10
esp8266 and nrf: raise NotImplementedError
Dan Halbert
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 branch 'master' into 3.0_hid
Dan Halbert
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
RunMode: Fix repr(RunMode.BOOTLOADER)
Jeff Epler
2018-04-02
Merge branch 'master' into 3.0_hid
Dan Halbert
2018-03-31
Add a type check to the gamepad module
Radomir Dopieralski
2018-03-30
WIP: works with just keyboard but not complex report descriptor
Dan Halbert
[next]