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
Age
Commit message (
Expand
)
Author
2016-04-27
docs/library: "os" module is actually "uos".
Paul Sokolovsky
2016-04-27
docs/Makefile: Default BUILDDIR based on MICROPY_PORT.
Paul Sokolovsky
2016-04-27
docs/library/index: Order sections from the most to least standard modules.
Paul Sokolovsky
2016-04-27
docs/library/index: Make single section for "micro-ified" modules.
Paul Sokolovsky
2016-04-27
docs: Module "time" is actually "utime".
Paul Sokolovsky
2016-04-27
docs/library/index: esp8266 has the same set of stdlibs as pyboard/unix.
Paul Sokolovsky
2016-04-27
docs/library/index: Move WiPy "micro-libraries" under corresponding heading.
Paul Sokolovsky
2016-04-27
docs/library: Group MicroPython-specific modules under separate heading.
Paul Sokolovsky
2016-04-27
esp8266/esp8266.ld: Put axTLS to FlashROM.
Paul Sokolovsky
2016-04-27
esp8266/Makefile: Add target to build axTLS.
Paul Sokolovsky
2016-04-26
extmod/modlwip: Add print_pcbs() debug function.
Paul Sokolovsky
2016-04-26
extmod/modlwip: Workaround esp8266 sendto issue where 1 is returned.
Damien George
2016-04-26
extmod, stmhal: Fix typo of macro that detects if float is enabled.
Damien George
2016-04-26
esp8266/scripts/webrepl: Add "ws://" to "daemon started at" message.
Paul Sokolovsky
2016-04-26
py/mkrules.mk: Typo fixes in comments.
Paul Sokolovsky
2016-04-26
tests/extmod: Move split-on-empty-match tests to a separate test file.
Damien George
2016-04-26
py/emitnative: Use MP_OBJ_NEW_SMALL_INT instead of manual bit shifting.
Damien George
2016-04-26
py/obj.h: When constructing a small-int cast to mp_uint_t for bit-shift.
Damien George
2016-04-26
esp8266/scripts/flashbdev: Use all available Flash for filesystem.
Paul Sokolovsky
2016-04-26
docs/network: esp8266: scan(): Add note that bssid is bytes object.
Paul Sokolovsky
2016-04-26
esp8266/scripts/webrepl: Print client address for incoming connections.
Paul Sokolovsky
2016-04-26
esp8266/scripts/webrepl: Print connection address.
Paul Sokolovsky
2016-04-25
windows/msvc: Rewrite qstr auto-generation.
stijn
2016-04-25
py/makeqstrdefs.py: Windows compatibility.
stijn
2016-04-25
py/makeqstrdefs.py: Remove unused function/variable/import.
stijn
2016-04-25
extmod/modlwip: Protect recv/accept Python callback against exceptions.
Paul Sokolovsky
2016-04-25
py/runtime_utils: Fix nanbox build.
Paul Sokolovsky
2016-04-25
py: Move call_function_*_protected() functions to py/ for reuse.
Paul Sokolovsky
2016-04-25
cc3200, stmhal, teensy: Use pyhelp_print_obj function.
Colin Hogben
2016-04-25
lib/utils/pyhelp: Extract implementation of help(obj) to a library function.
Colin Hogben
2016-04-25
esp8266/scripts/webrepl: Allow to override port.
Paul Sokolovsky
2016-04-25
esp8266/scripts/webrepl: Don't start on import.
Paul Sokolovsky
2016-04-25
esp8266/scripts/webrepl: Convert to persistent daemon.
Paul Sokolovsky
2016-04-24
esp8266/scripts/webrepl: WebREPL based on C-level websocket object.
Paul Sokolovsky
2016-04-23
docs/usocket: Describe address format once at the beginning.
Paul Sokolovsky
2016-04-23
docs/usocket: socket.IPPROTO_SEC is WiPy-specific.
Paul Sokolovsky
2016-04-23
docs/usocket: Socket-specific exceptions are for WiPy only.
Paul Sokolovsky
2016-04-23
docs/library/usocket: Add link to CPython's socket module.
Paul Sokolovsky
2016-04-23
docs: esp8266: Include usocket module reference.
Paul Sokolovsky
2016-04-22
docs/ustruct: There's no complete "struct" module, only "ustruct" subset.
Paul Sokolovsky
2016-04-22
docs/esp8266/tutorial: Add tutorial placeholder page.
Paul Sokolovsky
2016-04-22
esp8266/scripts/websocket_helper: Disable debug output.
Paul Sokolovsky
2016-04-22
esp8266/scripts/websocket_helper: Module encapsulating handshake sequences.
Paul Sokolovsky
2016-04-22
py/mkrules.mk: Remove obsolete rules for auto qstr generation.
Damien George
2016-04-22
esp8266: Change software SPI driver to use general pin HAL.
Damien George
2016-04-22
esp8266: Allow GPIO16 to be used as a pin in the uPy pin HAL.
Damien George
2016-04-22
esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer.
Damien George
2016-04-22
extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr.
Damien George
2016-04-21
py/mkenv.mk: Remove -s and -S args from PYTHON variable.
Damien George
2016-04-21
py: Fix bug passing a string as a keyword arg in a dict.
Damien George
[next]