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
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2018-12-06
stm32/boards: Add NUCLEO_L432KC board configuration files.
boochow
2018-12-06
stm32: Add peripheral support for STM32L432.
boochow
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
esp8266/modnetwork: Wait for iface to go down before forcing power mgmt.
Damien George
2018-12-01
stm32/boards/STM32F429DISC: Enable UART as secondary REPL.
roland
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-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-15
README: Remove references to "make axtls", it's no longer needed.
Damien George
2018-11-01
stm32/system_stm32: Introduce configuration defines for PLL3 settings.
roland
2018-10-27
py/py.mk: When building axtls use -Wno-all to prevent all warnings.
Damien George
2018-10-23
py/objmodule: Implement PEP 562's __getattr__ for modules.
Paul m. p. P
2018-10-22
py/objstr: Make str.count() method configurable.
Paul Sokolovsky
2018-10-19
esp32/network_ppp: Add PPPoS functionality.
Eric Poulsen
2018-10-19
esp32/modesp32: Add hall_sensor() function.
Eric Poulsen
2018-10-19
unix/Makefile: Allow to override/omit pthread lib name.
Paul Sokolovsky
2018-10-17
stm32/boards/stm32h743.ld: Fix total flash size, should be 2048k.
Damien George
2018-10-17
stm32/spi: Fix calculation of SPI clock source on H7 MCUs.
iabdalkader
2018-10-17
unix/modffi: Add support for "q"/"Q" specs (int64_t/uint64_t).
Paul Sokolovsky
2018-10-17
unix/modusocket: Finish socket.settimeout() implementation.
Paul Sokolovsky
2018-10-17
unix/modusocket: Initial implementation of socket.settimeout().
Danielle Madeley
2018-10-15
stm32/usbd_cdc_interface: Refactor USB CDC tx code to not use SOF IRQ.
Damien George
2018-10-15
stm32/usbd_cdc_interface: Handle disconnect IRQ to set VCP disconnected.
Damien George
2018-10-11
nrf/bluetooth: Set GAP_ADV_MAX_SIZE to 31 (s132/s140).
Glenn Ruben Bakke
2018-10-05
stm32/main: Add configuration macros for board to set heap start/end.
Andrew Leech
2018-10-05
windows/msvc: Implement file/directory type query.
stijn
2018-10-05
windows/msvc: Fix incorrect indentation in dirent.c.
stijn
2018-10-05
unix/moduselect: Raise OSError(ENOENT) if obj to modify is not in poller
Paul Sokolovsky
2018-09-27
esp8266: Remove scanning of GC pointers in native code block.
Damien George
2018-09-26
unix/mpconfigport.h: Enable MICROPY_PY_UHASHLIB_MD5 for uhashlib.md5.
Paul Sokolovsky
2018-09-26
stm32/mpconfigport.h: Enable math.factorial, optimised version.
Damien George
2018-09-26
py/modmath: Add math.factorial, optimised and non-opt implementations.
Christopher Swenson
[prev]
[next]