aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-28stm32/powerctrl: Move (deep)sleep funcs from modmachine.c to powerctrl.cDamien George
2018-11-28stm32/usb: Fully deinitialise USB periph when it is deactivated.Damien George
2018-11-28stm32/servo: Only initialise TIM5 if it is needed, to save power.Damien George
2018-11-27tools/pydfu.py: Improve DFU reset, and auto-detect USB transfer size.Damien George
2018-11-26tests/io: Update tests to use uos.remove() instead of uos.unlink().Paul Sokolovsky
2018-11-26unix/modos: Rename unlink to remove to be consistent with other ports.Paul Sokolovsky
2018-11-26stm32/flashbdev: Add missing include for irq.h.Michael Paul Coder
2018-11-26stm32/adc: Add ADC auto-calibration for L4 MCUs.Tobias Badertscher
2018-11-26py/unicode: Fix check for valid utf8 being stricter about contn chars.Damien George
2018-11-26README: Remove text about selecting different ports in the docs.Damien George
2018-11-15README: Remove references to "make axtls", it's no longer needed.Damien George
2018-11-01tests/import_long_dyn: Test for "import *" of a long dynamic name.Paul Sokolovsky
2018-11-01py/runtime: Fix qstr assumptions when handling "import *".Paul Sokolovsky
2018-11-01stm32/system_stm32: Introduce configuration defines for PLL3 settings.roland
2018-10-30tests/extmod: Skip uselect test when CPython doesn't have poll().stijn
2018-10-28py/scope: Optimise scope_find_or_add_id to not need "added" arg.Damien George
2018-10-28py/compile: Remove unneeded variable from global/nonlocal stmt helpers.Damien George
2018-10-28py/compile: Fix case of eager implicit conversion of local to nonlocal.Damien George
2018-10-27tests/cmdline/cmd_showbc.py: Fix test to explicitly declare nonlocal.Damien George
2018-10-27py/py.mk: When building axtls use -Wno-all to prevent all warnings.Damien George
2018-10-23tests/import: Add .exp file for module_getattr.py to not require Py 3.7.Damien George
2018-10-23examples/unix/ffi_example: Clean up and update the ffi example.Paul Sokolovsky
2018-10-23docs/conf.py: Use https for intersphinx link to docs.python.org.Paul Sokolovsky
2018-10-23docs/library/uctypes: Add examples and make general updates.Paul Sokolovsky
2018-10-23tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout.Paul Sokolovsky
2018-10-23extmod/moductypes: Make sizeof() accept "layout" parameter.Paul Sokolovsky
2018-10-23py/objmodule: Implement PEP 562's __getattr__ for modules.Paul m. p. P
2018-10-22tests: Make bytes/str.count() tests skippable.Paul Sokolovsky
2018-10-22py/objstr: Make str.count() method configurable.Paul Sokolovsky
2018-10-19tools/pyboard.py: In TelnetToSerial.close replace try/except with if.Martin Dybdal
2018-10-19esp32/network_ppp: Add PPPoS functionality.Eric Poulsen
2018-10-19docs/pyb.Pin: Minor typo fix to specify Pin in pyb.Pin.cpu.Dave Hylands
2018-10-19esp32/modesp32: Add hall_sensor() function.Eric Poulsen
2018-10-19unix/Makefile: Allow to override/omit pthread lib name.Paul Sokolovsky
2018-10-18docs/uio: Document StringIO/BytesIO(alloc_size) constructors.Paul Sokolovsky
2018-10-18tests/basics/class_getattr: Remove invalid test for __getattribute__.Damien George
2018-10-18py/objtype: Remove comment about catching exc from user __getattr__.Damien George
2018-10-17extmod/modonewire: Fix reset timings to match 1-wire specs.Damien George
2018-10-17stm32/boards/stm32h743.ld: Fix total flash size, should be 2048k.Damien George
2018-10-17stm32/spi: Fix calculation of SPI clock source on H7 MCUs.iabdalkader
2018-10-17unix/modffi: Add support for "q"/"Q" specs (int64_t/uint64_t).Paul Sokolovsky
2018-10-17unix/modusocket: Finish socket.settimeout() implementation.Paul Sokolovsky
2018-10-17unix/modusocket: Initial implementation of socket.settimeout().Danielle Madeley
2018-10-15stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ.Damien George
2018-10-15stm32/usbd_cdc_interface: Handle disconnect IRQ to set VCP disconnected.Damien George
2018-10-15py/emitnative: Put None/False/True in global native const table.Damien George
2018-10-15py/emitnative: Push internal None rather than const obj where possible.Damien George
2018-10-15py/emitnative: Simplify viper mode handling in emit_native_import_name.Damien George
2018-10-15py/emitnative: Consolidate use of stacked immediate values to one func.Damien George
2018-10-15docs/machine.Pin: Document "hard" argument of Pin.irq method.Peter Hinch