index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-12-06
stm32/boards: Add STM32L432KC chip configuration files.
boochow
2018-12-05
esp8266/machine_uart: Add rxbuf keyword arg to UART constructor/init.
Damien George
2018-12-05
esp32/machine_uart: Add txbuf/rxbuf keyword args to UART construct/init.
Damien George
2018-12-05
stm32/uart: Add rxbuf keyword arg to UART constructor and init method.
Damien George
2018-12-05
stm32/powerctrl: Add support for standby mode on L4 MCUs.
Damien George
2018-12-04
stm32/mboot: Add documentation for using mboot on PYBv1.x.
Damien George
2018-12-04
stm32/boards: Add configuration for putting mboot on PYBv1.x.
Damien George
2018-12-04
stm32/mboot: Add support for 4th board LED.
Damien George
2018-12-04
stm32/mboot: Provide led_state_all function to reduce code size.
Damien George
2018-12-04
stm32/uart: Always show the flow setting when printing a UART object.
Damien George
2018-12-04
stm32,esp8266,cc3200: Use MICROPY_GC_STACK_ENTRY_TYPE to save some RAM.
Damien George
2018-12-04
py: Add option to reduce GC stack integer size to save RAM.
Ayke van Laethem
2018-12-04
esp8266/modnetwork: Wait for iface to go down before forcing power mgmt.
Damien George
2018-12-04
py/py.mk: Fix broken Gmane URL.
Craig Younkins
2018-12-03
extmod/modlwip: Fix read-polling of listening socket with a backlog.
Damien George
2018-12-01
stm32/boards/STM32F429DISC: Enable UART as secondary REPL.
roland
2018-12-01
extmod/modlwip: Implement TCP listen/accept backlog.
Damien George
2018-12-01
esp8266/modnetwork: Automatically do radio sleep if no interface active.
Damien George
2018-12-01
esp8266/ets_alt_task: Process idle callback if no other events occurred.
Damien George
2018-11-28
esp32: Allocate task TCB and stack from system heap not uPy heap.
Damien George
2018-11-28
esp32/mpthreadport: Prevent deadlocks when deleting all threads.
Damien George
2018-11-28
stm32/powerctrl: Disable IRQs during stop mode to allow reconfig on wake
Damien George
2018-11-28
stm32/powerctrl: Move (deep)sleep funcs from modmachine.c to powerctrl.c
Damien George
2018-11-28
stm32/usb: Fully deinitialise USB periph when it is deactivated.
Damien George
2018-11-28
stm32/servo: Only initialise TIM5 if it is needed, to save power.
Damien George
2018-11-27
tools/pydfu.py: Improve DFU reset, and auto-detect USB transfer size.
Damien George
2018-11-26
tests/io: Update tests to use uos.remove() instead of uos.unlink().
Paul Sokolovsky
2018-11-26
unix/modos: Rename unlink to remove to be consistent with other ports.
Paul Sokolovsky
2018-11-26
stm32/flashbdev: Add missing include for irq.h.
Michael Paul Coder
2018-11-26
stm32/adc: Add ADC auto-calibration for L4 MCUs.
Tobias Badertscher
2018-11-26
py/unicode: Fix check for valid utf8 being stricter about contn chars.
Damien George
2018-11-26
README: Remove text about selecting different ports in the docs.
Damien George
2018-11-15
README: Remove references to "make axtls", it's no longer needed.
Damien George
2018-11-01
tests/import_long_dyn: Test for "import *" of a long dynamic name.
Paul Sokolovsky
2018-11-01
py/runtime: Fix qstr assumptions when handling "import *".
Paul Sokolovsky
2018-11-01
stm32/system_stm32: Introduce configuration defines for PLL3 settings.
roland
2018-10-30
tests/extmod: Skip uselect test when CPython doesn't have poll().
stijn
2018-10-28
py/scope: Optimise scope_find_or_add_id to not need "added" arg.
Damien George
2018-10-28
py/compile: Remove unneeded variable from global/nonlocal stmt helpers.
Damien George
2018-10-28
py/compile: Fix case of eager implicit conversion of local to nonlocal.
Damien George
2018-10-27
tests/cmdline/cmd_showbc.py: Fix test to explicitly declare nonlocal.
Damien George
2018-10-27
py/py.mk: When building axtls use -Wno-all to prevent all warnings.
Damien George
2018-10-23
tests/import: Add .exp file for module_getattr.py to not require Py 3.7.
Damien George
2018-10-23
examples/unix/ffi_example: Clean up and update the ffi example.
Paul Sokolovsky
2018-10-23
docs/conf.py: Use https for intersphinx link to docs.python.org.
Paul Sokolovsky
2018-10-23
docs/library/uctypes: Add examples and make general updates.
Paul Sokolovsky
2018-10-23
tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout.
Paul Sokolovsky
2018-10-23
extmod/moductypes: Make sizeof() accept "layout" parameter.
Paul Sokolovsky
2018-10-23
py/objmodule: Implement PEP 562's __getattr__ for modules.
Paul m. p. P
2018-10-22
tests: Make bytes/str.count() tests skippable.
Paul Sokolovsky
[prev]
[next]