9791 Commits (d690c2e148796cd1019b9e4c41bc9e196c7b36b7)
 

Author SHA1 Message Date
Paul Sokolovsky d690c2e148 tests/basics/special_methods: Add testcases for __int__. 6 years ago
Paul Sokolovsky b1d08726ee py/obj: Add support for __int__ special method. 6 years ago
Damien George 113f00a9ab py/objboundmeth: Support loading generic attrs from the method. 6 years ago
Damien George da7355e213 esp32/modmachine: Enable machine.sleep() now that the IDF supports it. 6 years ago
Damien George 9c6c32cc51 esp32/machine_pwm: On deinit stop routing PWM signal to the pin. 6 years ago
Damien George 287b02d98a esp32/machine_pwm: Support higher PWM freq by auto-scaling timer res. 6 years ago
Damien George 87623082e3 esp32/machine_uart: Implement UART.sendbreak() method. 6 years ago
boochow 69b7b8fa12 stm32/boards: Add NUCLEO_L432KC board configuration files. 6 years ago
boochow 9d3372bded stm32: Add peripheral support for STM32L432. 6 years ago
boochow 1a8baad7ca stm32/boards: Add STM32L432KC chip configuration files. 6 years ago
Damien George 52bec93755 esp8266/machine_uart: Add rxbuf keyword arg to UART constructor/init. 6 years ago
Damien George 9ddc182ec7 esp32/machine_uart: Add txbuf/rxbuf keyword args to UART construct/init. 6 years ago
Damien George 8007d0bd16 stm32/uart: Add rxbuf keyword arg to UART constructor and init method. 6 years ago
Damien George c6365ffb92 stm32/powerctrl: Add support for standby mode on L4 MCUs. 6 years ago
Damien George a1c81761b1 stm32/mboot: Add documentation for using mboot on PYBv1.x. 6 years ago
Damien George c040961e91 stm32/boards: Add configuration for putting mboot on PYBv1.x. 6 years ago
Damien George eed522d69f stm32/mboot: Add support for 4th board LED. 6 years ago
Damien George 13e92e1225 stm32/mboot: Provide led_state_all function to reduce code size. 6 years ago
Damien George 9262f54138 stm32/uart: Always show the flow setting when printing a UART object. 6 years ago
Damien George da1d849ad1 stm32,esp8266,cc3200: Use MICROPY_GC_STACK_ENTRY_TYPE to save some RAM. 6 years ago
Ayke van Laethem 31cf528c75 py: Add option to reduce GC stack integer size to save RAM. 7 years ago
Damien George 62b4bebf64 esp8266/modnetwork: Wait for iface to go down before forcing power mgmt. 6 years ago
Craig Younkins 7f948a5645 py/py.mk: Fix broken Gmane URL. 6 years ago
Damien George 29da9f0670 extmod/modlwip: Fix read-polling of listening socket with a backlog. 6 years ago
roland 10bddc5c28 stm32/boards/STM32F429DISC: Enable UART as secondary REPL. 6 years ago
Damien George 4737ff8054 extmod/modlwip: Implement TCP listen/accept backlog. 6 years ago
Damien George 321d75e087 esp8266/modnetwork: Automatically do radio sleep if no interface active. 6 years ago
Damien George 9e2dd93145 esp8266/ets_alt_task: Process idle callback if no other events occurred. 6 years ago
Damien George 485514f57a esp32: Allocate task TCB and stack from system heap not uPy heap. 6 years ago
Damien George 0233049b79 esp32/mpthreadport: Prevent deadlocks when deleting all threads. 6 years ago
Damien George afd1ce0c15 stm32/powerctrl: Disable IRQs during stop mode to allow reconfig on wake 6 years ago
Damien George 66ca8e9b2c stm32/powerctrl: Move (deep)sleep funcs from modmachine.c to powerctrl.c 6 years ago
Damien George 3a723ad2fe stm32/usb: Fully deinitialise USB periph when it is deactivated. 6 years ago
Damien George 5f67b03e99 stm32/servo: Only initialise TIM5 if it is needed, to save power. 6 years ago
Damien George 4f25a8b6a4 tools/pydfu.py: Improve DFU reset, and auto-detect USB transfer size. 6 years ago
Paul Sokolovsky 5c34c2ff7f tests/io: Update tests to use uos.remove() instead of uos.unlink(). 6 years ago
Paul Sokolovsky 80aca27a40 unix/modos: Rename unlink to remove to be consistent with other ports. 6 years ago
Michael Paul Coder fe452afab2 stm32/flashbdev: Add missing include for irq.h. 6 years ago
Tobias Badertscher 9acc32b40f stm32/adc: Add ADC auto-calibration for L4 MCUs. 6 years ago
Damien George 7c85c7c210 py/unicode: Fix check for valid utf8 being stricter about contn chars. 6 years ago
Damien George d63ef86c6e README: Remove text about selecting different ports in the docs. 6 years ago
Damien George 51482ba925 README: Remove references to "make axtls", it's no longer needed. 6 years ago
Paul Sokolovsky d94aa577a6 tests/import_long_dyn: Test for "import *" of a long dynamic name. 6 years ago
Paul Sokolovsky 5c18730f28 py/runtime: Fix qstr assumptions when handling "import *". 6 years ago
roland 30ed2b3cab stm32/system_stm32: Introduce configuration defines for PLL3 settings. 6 years ago
stijn 06643a0df4 tests/extmod: Skip uselect test when CPython doesn't have poll(). 6 years ago
Damien George e328a5d469 py/scope: Optimise scope_find_or_add_id to not need "added" arg. 6 years ago
Damien George ba92c79841 py/compile: Remove unneeded variable from global/nonlocal stmt helpers. 6 years ago
Damien George 9201f46cc8 py/compile: Fix case of eager implicit conversion of local to nonlocal. 6 years ago
Damien George c2074e7b66 tests/cmdline/cmd_showbc.py: Fix test to explicitly declare nonlocal. 6 years ago