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
Age
Commit message (
Expand
)
Author
2018-12-10
nrf/bluetooth: Update BLE stack download script.
Glenn Ruben Bakke
2018-12-11
docs/README: Remove references to MICROPY_PORT when building docs.
Damien George
2018-12-10
teensy: Add own uart.h to not rely on stm32's version of the file.
Damien George
2018-12-10
stm32/uart: Add ability to have a static built-in UART object.
Damien George
2018-12-10
stm32/uart: Move config of char_width/char_mask to uart.c.
Damien George
2018-12-10
stm32/uart: For UART init, pass in params directly, not via HAL struct.
Damien George
2018-12-10
stm32/uart: Simplify deinit of UART, no need to call HAL.
Damien George
2018-12-10
stm32/uart: Remove HAL's UART_HandleTypeDef from UART object struct.
Damien George
2018-12-10
stm32/uart: Factor out code to set RX buffer to function uart_set_rxbuf.
Damien George
2018-12-10
stm32/uart: Rework uart_get_baudrate so it doesn't need a UART handle.
Damien George
2018-12-10
stm32/uart: Factor out code from machine_uart.c that computes baudrate.
Damien George
2018-12-10
stm32: Split out UART Python bindings from uart.c to machine_uart.c.
Damien George
2018-12-10
py/objexcept: Make sure mp_obj_new_exception_msg doesn't copy/format msg
Damien George
2018-12-10
py/objexcept: Use macros to make offsets in emergency exc buf clearer.
Damien George
2018-12-10
extmod/moductypes: Add aliases for native C types.
Paul Sokolovsky
2018-12-10
tests/extmod/uctypes_error: Add test for unsupported unary op.
Damien George
2018-12-10
tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field.
Paul Sokolovsky
2018-12-10
extmod/moductypes: Implement __int__ for PTR.
Paul Sokolovsky
2018-12-07
tests/basics/special_methods: Add testcases for __int__.
Paul Sokolovsky
2018-12-07
py/obj: Add support for __int__ special method.
Paul Sokolovsky
2018-12-06
py/objboundmeth: Support loading generic attrs from the method.
Damien George
2018-12-06
esp32/modmachine: Enable machine.sleep() now that the IDF supports it.
Damien George
2018-12-06
esp32/machine_pwm: On deinit stop routing PWM signal to the pin.
Damien George
2018-12-06
esp32/machine_pwm: Support higher PWM freq by auto-scaling timer res.
Damien George
2018-12-06
esp32/machine_uart: Implement UART.sendbreak() method.
Damien George
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
py: Add option to reduce GC stack integer size to save RAM.
Ayke van Laethem
2018-12-04
esp8266/modnetwork: Wait for iface to go down before forcing power mgmt.
Damien George
2018-12-04
py/py.mk: Fix broken Gmane URL.
Craig Younkins
2018-12-03
extmod/modlwip: Fix read-polling of listening socket with a backlog.
Damien George
2018-12-01
stm32/boards/STM32F429DISC: Enable UART as secondary REPL.
roland
2018-12-01
extmod/modlwip: Implement TCP listen/accept backlog.
Damien George
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
[next]