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-11
Split wiznet driver into shared-bindings vs shared-module
Nick Moore
2018-10-11
Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-...
Nick Moore
2018-10-11
network module c api into shared-module
Nick Moore
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-09
Documentation builds (though has no real content yet)
Nick Moore
2018-10-09
Get DHCP working ...
Nick Moore
2018-10-09
move random mac address function into network module
Nick Moore
2018-10-09
Split wiznet.WIZNET5K off into its own file
Nick Moore
2018-10-09
Change WIZNET5K.isconnected to connected property
Nick Moore
2018-10-05
Fix doc build
Scott Shawcroft
2018-10-05
Introduce audioio.Mixer which can mix multiple audio samples
Scott Shawcroft
2018-10-04
change initialization method + mod_network names
Nick Moore
2018-10-04
modify modnetwork and modusocket for circuitpython
Nick Moore
2018-10-04
Copy modnetwork and modusocket across from MicroPython
Nick Moore
2018-10-04
Modify wiznet module for circuitpython
Nick Moore
2018-10-04
Copy wiznet module across from MicroPython
Nick Moore
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
[next]