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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-09-01
Style tweaks based on @willingc's feedback.
2.0.0-rc.1
Scott Shawcroft
2017-09-01
docs: Add beginnings of troubleshooting doc.
Scott Shawcroft
2017-09-01
Fix issue #207, esp8266 file operations problems (#222)
Dan Halbert
2017-09-01
Merge pull request #223 from tannewt/baudrate_fix
Radomir Dopieralski
2017-09-01
atmel-samd: Remember SPI baudrate.
Scott Shawcroft
2017-08-31
py: Add temporary expanded mpy mismatch message for switch to 2.0.0. (#218)
Scott Shawcroft
2017-08-31
atmel-samd: Add SPI pin names to the Trinket. Fixes #213 (#217)
Scott Shawcroft
2017-08-31
Add ".frozen" to end of sys.path, so that internal frozen modules are visible...
Dan Halbert
2017-08-31
Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...
Dan Halbert
2017-08-29
Update README (#212)
Carol Willing
2017-08-29
shared-bindings: Clarify that UART.read() is slow. (#209)
Scott Shawcroft
2017-08-28
Merge pull request #208 from adafruit/merge-v1.9.2
Scott Shawcroft
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-26
Fix blinky example
Scott Shawcroft
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-25
atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....
Scott Shawcroft
2017-08-23
Workaround readthedocs bug
Dan Halbert
2017-08-23
tools: Always upload to Rosie from Travis. (#200)
Scott Shawcroft
2017-08-23
Added ability to freeze multiple directories; freeze neopixel library in cpx ...
Dan Halbert
2017-08-23
docs: Bump version to 1.9.2.
v1.9.2
Damien George
2017-08-23
py/asmthumb: Use existing macro to properly clear the D-cache.
Damien George
2017-08-22
shared-bindings: Check that extra args aren't provided to digitalio.DigitalIn...
Scott Shawcroft
2017-08-22
shared-bindings: Update DigitalIO.pull docs and validate that third (#188)
Scott Shawcroft
2017-08-22
Fix ADC input def for PB07. (#195)
Scott Shawcroft
2017-08-22
docs: Consistently link to micropython-lib in glossary.
Paul Sokolovsky
2017-08-21
esp8266: Fix UART stop bit constants.
Ein Terakawa
2017-08-21
extmod/modubinascii: Don't post-increment variable that won't be used.
Damien George
2017-08-21
py/formatfloat: Don't post-increment variable that won't be used again.
Damien George
2017-08-21
py/objcomplex: Remove unnecessary assignment of variable.
Damien George
2017-08-21
py/compile: Remove unused pn_colon code when compiling func params.
Damien George
2017-08-21
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-08-21
extmod,unix: For uos.stat interpret st_size member as an unsigned int.
Damien George
2017-08-21
py/mkrules.mk: Use "find -path" when searching for frozen obj files.
Damien George
2017-08-20
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Paul Sokolovsky
2017-08-20
py/objstringio: Fix regression with handling SEEK_SET.
Paul Sokolovsky
2017-08-20
py/objstringio: Prevent offset wraparound for io.BytesIO objects.
Tom Collins
2017-08-20
docs/glossary: Fix typos in micropython-lib paragraph.
Paul Sokolovsky
2017-08-20
docs/glossary: Elaborate on possible MicroPython port differences.
Paul Sokolovsky
2017-08-20
docs/library/usocket: Describe complete information on address formats.
Paul Sokolovsky
2017-08-20
docs/library/usocket: Move socket.error to its own section.
Paul Sokolovsky
2017-08-20
zephyr/modzephyr: Add shell_net_iface() function.
Paul Sokolovsky
2017-08-19
zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon.
Paul Sokolovsky
2017-08-19
zephyr/modusocket: Update struct sockaddr family field name.
Paul Sokolovsky
2017-08-17
docs/library/ubinascii: Update base64 docs.
Alex Robbins
2017-08-17
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
Alex Robbins
2017-08-17
py/binary: Change internal bytearray typecode from 0 to 1.
Damien George
2017-08-16
Update docs README to mention requirement for recommonmark dependency.
Tony DiCola
2017-08-16
tools/mpy-tool.py: Fix missing argument in dump() function
stijn
2017-08-16
zephyr/prj_base.conf: Enable CONFIG_INIT_STACKS.
Paul Sokolovsky
2017-08-16
zephyr/modzephyr: Add current_tid() and stacks_analyze() functions.
Paul Sokolovsky
[next]