aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
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-04esp8266/modnetwork: Wait for iface to go down before forcing power mgmt.Damien George
2018-12-01stm32/boards/STM32F429DISC: Enable UART as secondary REPL.roland
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-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-15README: Remove references to "make axtls", it's no longer needed.Damien George
2018-11-01stm32/system_stm32: Introduce configuration defines for PLL3 settings.roland
2018-10-27py/py.mk: When building axtls use -Wno-all to prevent all warnings.Damien George
2018-10-23py/objmodule: Implement PEP 562's __getattr__ for modules.Paul m. p. P
2018-10-22py/objstr: Make str.count() method configurable.Paul Sokolovsky
2018-10-19esp32/network_ppp: Add PPPoS functionality.Eric Poulsen
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-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-11nrf/bluetooth: Set GAP_ADV_MAX_SIZE to 31 (s132/s140).Glenn Ruben Bakke
2018-10-05stm32/main: Add configuration macros for board to set heap start/end.Andrew Leech
2018-10-05windows/msvc: Implement file/directory type query.stijn
2018-10-05windows/msvc: Fix incorrect indentation in dirent.c.stijn
2018-10-05unix/moduselect: Raise OSError(ENOENT) if obj to modify is not in pollerPaul Sokolovsky
2018-09-27esp8266: Remove scanning of GC pointers in native code block.Damien George
2018-09-26unix/mpconfigport.h: Enable MICROPY_PY_UHASHLIB_MD5 for uhashlib.md5.Paul Sokolovsky
2018-09-26stm32/mpconfigport.h: Enable math.factorial, optimised version.Damien George
2018-09-26py/modmath: Add math.factorial, optimised and non-opt implementations.Christopher Swenson