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-17
extmod/modlwip: Add ability to run callback on "recv" and "accept" events.
Paul Sokolovsky
2016-04-17
docs/machine: reset_cause() has been implemented for esp8266.
Paul Sokolovsky
2016-04-17
py/mkenv.mk: Optimize Python startup type during make process.
Paul Sokolovsky
2016-04-17
py/frozenmod: Pass the source name of the frozen module to the lexer.
Damien George
2016-04-17
stmhal: Fix machine.unique_id() function to work for all MCUs.
Damien George
2016-04-17
stmhal: L4: Modify timer.c to support L4 MCU.
Tobias Badertscher
2016-04-17
stmhal: L4: Modify rtc.c to support L4 MCU.
Tobias Badertscher
2016-04-17
stmhal: L4: Modify usbd_conf.c to support L4 MCU.
Damien George
2016-04-17
stmhal: L4: Modify uart.c to support L4 MCU.
Damien George
2016-04-17
extmod/modlwip: lwip_tcp_receive(): Full error handling.
Paul Sokolovsky
2016-04-17
extmod/modlwip: lwip_tcp_send(): Full error handling.
Paul Sokolovsky
2016-04-16
stmhal: L4: Modify adc.c to add support for STM32L4 series.
Tobias Badertscher
2016-04-16
stmhal: L4: Add line to Makefile for building L4 series.
Tobias Badertscher
2016-04-16
stmhal: L4: Add board definition files for STM32L476DISC.
Tobias Badertscher
2016-04-16
stmhal: Update HALCOMMITS due to change to hal.
Damien George
2016-04-16
stmhal: L4: Adapt UART HAL to avoid 64-bit integer division.
Tobias Badertscher
2016-04-16
stmhal: L4: Add basic STM32L4xx HAL files.
Tobias Badertscher
2016-04-16
stmhal: L4: Add CMSIS files to support STM32L476.
Tobias Badertscher
2016-04-16
stmhal: For frozen bytecode generation, add dependency of qstr file.
Damien George
2016-04-16
minimal: For frozen bytecode generation, add dependency of qstr file.
Damien George
2016-04-16
esp8266: Adapt port to use new auto-qstr generation.
Damien George
2016-04-16
py/mkrules.mk: Suppress line-no output from CPP for qstr auto-gen.
Jan Čapek
2016-04-16
py/py.mk: Add makefile variable for qstr autogeneration control.
Jan Čapek
2016-04-16
windows/msvc: Implement automatic qstr generation using makeqstrdefs.
stijn
2016-04-16
py/mkrules.mk: Add mpconfig[port].h dependency to qstr generating rule.
Jan Čapek
2016-04-16
py: Add rules for automated extraction of qstrs from sources.
Jan Čapek
2016-04-16
py/makeqstrdefs: Add script to automate extraction of qstr from sources.
Pavel Moravec
2016-04-15
esp8266/modmachine: Add reset_cause() function.
Paul Sokolovsky
2016-04-15
docs/speed_python: Add article.
Paul Sokolovsky
2016-04-15
tests: Fix dict1.py so it doesn't rely on the order of dict elems.
Damien George
2016-04-15
py/map: Change hash-table allocation policy to be less aggressive.
Damien George
2016-04-15
docs/speed_python: Add many more details on memoryviews.
Paul Sokolovsky
2016-04-15
docs/speed_python: Generalize "Floating point" subsection.
Paul Sokolovsky
2016-04-15
docs/speed_python: Clarify/generalize "Buffers" subsection.
Paul Sokolovsky
2016-04-15
docs/machine: Start to update for esp8266 port.
Paul Sokolovsky
2016-04-15
docs/esp: Enumerate flash access functions.
Paul Sokolovsky
2016-04-15
tools/mpy-tool.py: Add support for Python 2.7.
Damien George
2016-04-14
esp8266/moduos: Add uos.mkdir function.
Damien George
2016-04-14
extmod/fsusermount: In mount/mkfs, deregister VFS object on error.
Damien George
2016-04-14
esp8266/scripts/_boot: Mount block device on "" instead of "/".
Damien George
2016-04-15
extmod/modlwip: More debug messages for various edge conditions.
Paul Sokolovsky
2016-04-15
esp8266/qstrdefsport.h: Mark qstr's for "esp" module.
Paul Sokolovsky
2016-04-15
esp8266: Enable input() builtin.
Paul Sokolovsky
2016-04-15
py: Declare help, input, open builtins in core.
Paul Sokolovsky
2016-04-14
esp8266/scripts/port_diag.py: Module to collect diagnostic info.
Paul Sokolovsky
2016-04-14
py/makeqstrdata: Add special case to handle \n qstr.
Damien George
2016-04-14
py/makeqstrdata: Reinstate Python2 compatibility.
Damien George
2016-04-14
py/makeqstrdata: Fix rendering of qstrs that have non-printable ASCII.
Damien George
2016-04-14
py: Simplify "and" action within parser by making ident-rules explicit.
Damien George
2016-04-14
esp8266: Switch integer arith routines to BootROM.
Paul Sokolovsky
[next]