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-10-16
PulseOut working
Dan Halbert
2018-10-10
Merge pull request #1259 from dhalbert/nrf-pwmout
Dan Halbert
2018-10-09
Merge pull request #1193 from ATMakersBill/master
Scott Shawcroft
2018-10-09
Move the docs next to the implementation
Scott Shawcroft
2018-10-09
Added Documentation for the serial_bytes_available attribute
ATMakersBill
2018-10-09
Allow variable freq PWMOut; use multiple channels if same freq
Dan Halbert
2018-10-09
replacing change to input() with separate method to check for USB Serial input
ATMakersBill
2018-10-09
Rename stop to stop_voice in case we want stop to stop everything later.
Scott Shawcroft
2018-10-05
Fix doc build
Scott Shawcroft
2018-10-05
Introduce audioio.Mixer which can mix multiple audio samples
Scott Shawcroft
2018-10-02
round SPI freq down; check max freq
Dan Halbert
2018-10-01
nrf: remove error check for SPI baudrate too high; round to nearest baudrate
Dan Halbert
2018-09-18
merge 3.0.2 to master
Dan Halbert
2018-09-12
Add OnDiskBitmap which loads pixel data straight from disk.
Scott Shawcroft
2018-09-12
UART fixes and enhancements; default board object fix
Dan Halbert
2018-09-07
Merge pull request #1166 from dfarning/clean-up-docs
Scott Shawcroft
2018-09-07
Reorder status matrix and module list in shared-bindings for increase user re...
David Farning
2018-09-06
Merge translations and update title underline
Scott Shawcroft
2018-09-06
Minor tweaks based on feedback
Scott Shawcroft
2018-08-31
Tweaks based on feedback
Scott Shawcroft
2018-08-31
Introduce displayio to render graphics to displays.
Scott Shawcroft
2018-08-25
Fix os.stat() to use 1970 epoch
Noralf Trønnes
2018-08-18
i2cslave: Fix missing translate() when raising exceptions
Noralf Trønnes
2018-08-17
Merge pull request #1064 from notro/i2cslave
Scott Shawcroft
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-16
ports/atmel-samd: Implement i2cslave.I2CSlave
Noralf Trønnes
2018-08-16
Add i2cslave.I2CSlave bindings
Noralf Trønnes
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-08-08
UART: Always allocate UART objects in the long-lived pool
Jeff Epler
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
[next]