aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-10py/objexcept: Use macros to make offsets in emergency exc buf clearer.Damien George
2018-12-10extmod/moductypes: Add aliases for native C types.Paul Sokolovsky
2018-12-10tests/extmod/uctypes_error: Add test for unsupported unary op.Damien George
2018-12-10tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field.Paul Sokolovsky
2018-12-10extmod/moductypes: Implement __int__ for PTR.Paul Sokolovsky
2018-12-07tests/basics/special_methods: Add testcases for __int__.Paul Sokolovsky
2018-12-07py/obj: Add support for __int__ special method.Paul Sokolovsky
2018-12-06py/objboundmeth: Support loading generic attrs from the method.Damien George
2018-12-06esp32/modmachine: Enable machine.sleep() now that the IDF supports it.Damien George
2018-12-06esp32/machine_pwm: On deinit stop routing PWM signal to the pin.Damien George
2018-12-06esp32/machine_pwm: Support higher PWM freq by auto-scaling timer res.Damien George
2018-12-06esp32/machine_uart: Implement UART.sendbreak() method.Damien George
2018-12-06stm32/boards: Add NUCLEO_L432KC board configuration files.boochow
2018-12-06stm32: Add peripheral support for STM32L432.boochow
2018-12-06stm32/boards: Add STM32L432KC chip configuration files.boochow
2018-12-05esp8266/machine_uart: Add rxbuf keyword arg to UART constructor/init.Damien George
2018-12-05esp32/machine_uart: Add txbuf/rxbuf keyword args to UART construct/init.Damien George
2018-12-05stm32/uart: Add rxbuf keyword arg to UART constructor and init method.Damien George
2018-12-05stm32/powerctrl: Add support for standby mode on L4 MCUs.Damien George
2018-12-04stm32/mboot: Add documentation for using mboot on PYBv1.x.Damien George
2018-12-04stm32/boards: Add configuration for putting mboot on PYBv1.x.Damien George
2018-12-04stm32/mboot: Add support for 4th board LED.Damien George
2018-12-04stm32/mboot: Provide led_state_all function to reduce code size.Damien George
2018-12-04stm32/uart: Always show the flow setting when printing a UART object.Damien George
2018-12-04stm32,esp8266,cc3200: Use MICROPY_GC_STACK_ENTRY_TYPE to save some RAM.Damien George
2018-12-04py: Add option to reduce GC stack integer size to save RAM.Ayke van Laethem
2018-12-04esp8266/modnetwork: Wait for iface to go down before forcing power mgmt.Damien George
2018-12-04py/py.mk: Fix broken Gmane URL.Craig Younkins
2018-12-03extmod/modlwip: Fix read-polling of listening socket with a backlog.Damien George
2018-12-01stm32/boards/STM32F429DISC: Enable UART as secondary REPL.roland
2018-12-01extmod/modlwip: Implement TCP listen/accept backlog.Damien George
2018-12-01esp8266/modnetwork: Automatically do radio sleep if no interface active.Damien George
2018-12-01esp8266/ets_alt_task: Process idle callback if no other events occurred.Damien George
2018-11-28esp32: Allocate task TCB and stack from system heap not uPy heap.Damien George
2018-11-28esp32/mpthreadport: Prevent deadlocks when deleting all threads.Damien George
2018-11-28stm32/powerctrl: Disable IRQs during stop mode to allow reconfig on wakeDamien George
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