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-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
2018-03-30
Merge branch 'master' into super_status
sommersoft
2018-03-27
Document storage.VfsFat more thoroughly
Jeff Epler
2018-03-27
Add storage.getmount to retrieve the mount object associated with a path
Jeff Epler
2018-03-24
WIP: simple working HID
Dan Halbert
2018-03-19
Fix array vs pointer error in declaration of circuitpython_help_text
Jeff Epler
2018-03-11
_stage: use 16 bit for coordinates to support larger screens
Radomir Dopieralski
2018-03-09
1 more sphinx fix; added '.. class::' constructor
sommersoft
2018-03-09
sphinx fix; incorrect currentmodule ref
sommersoft
2018-03-09
sphinx fix; added toctree to include 'runtime'
sommersoft
2018-03-09
atmel-samd: changed Status to Runtime; instituted runtime singleton
sommersoft
2018-02-27
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Scott Shawcroft
2018-02-21
Implement UART for 3.0 + related fixes.
Dan Halbert
2018-02-20
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
Scott Shawcroft
2018-02-19
added Status submodule to shared-bindings/supervisor; issue #544
sommersoft
2018-02-14
Merge pull request #600 from tannewt/clarify_property_comments
Kattni
2018-02-07
Merge pull request #589 from arturo182/nrf_gamepad
Kevin Townsend
2018-02-07
Clarify style of attribute comments in the Design Guide.
Scott Shawcroft
2018-02-06
shared-bindings: Fix incorrect code comments
arturo182
2018-02-06
Merge pull request #564 from deanm1278/master
Scott Shawcroft
2018-02-05
nrf: Implement ticks, add gamepad module and example
arturo182
2018-02-05
replace tabs with spaces
dean
2018-01-30
DM: fix sytling
dean
2018-01-30
DM: added write_readinto to bitbangio
dean
2018-01-30
documentation: caution on SPI clock speed for SAMD21
Dan Halbert
2018-01-30
atmel-samd: Correct computation of SPI baud rate.
Dan Halbert
2018-01-18
Added Unique ID Functions/Updated Support Matrix (#527)
sommersoft
2018-01-11
Fix example for gamepad
Radomir Dopieralski
2018-01-02
merge from 2.2.0 + fix up board defs
Dan Halbert
2017-12-30
shared-bindings/index.rst: added audiobusio
sommersoft
2017-12-14
Documentation Updates (mcu.delay() and Design Guide) (#481)
sommersoft
2017-12-13
Fix PDMIn MEMS microphone support (#479)
Dan Halbert
2017-12-05
Fix a couple spelling errors.
Scott Shawcroft
2017-12-05
Introduce reset mechanics to microcontroller.
Scott Shawcroft
2017-12-05
add SPI.write_readinto() - bidirectional SPI
Dan Halbert
2017-11-27
Support SPI flash chips for CIRCUITPY, using non-DMA SPI for now.
Dan Halbert
2017-11-22
Resolved formatting issue in doc
Kattni
2017-11-19
Updated frequency minimum requirements in docs and examples (#444)
Kattni
2017-11-16
Merge pull request #443 from dhalbert/3.0_spi
3.0.0-alpha.1
Dan Halbert
2017-11-16
non-DMA SPI working; adding this now for testing; will continue with DMA
Dan Halbert
2017-11-16
Create supervisor module.
Scott Shawcroft
[next]