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-29
stm32/uart: Always enable global UART IRQ handler on init.
Damien George
2018-12-29
stm32/uart: Fix uart_rx_any in case of no buffer to return 0 or 1.
Damien George
2018-12-29
stm32: Implement UART.irq() method with initial support for RX idle IRQ.
Tobias Badertscher
2018-12-29
lib/utils: Add generic MicroPython IRQ helper functions.
Tobias Badertscher
2018-12-27
py/runtime: Unlock the GIL in mp_deinit function.
Damien George
2018-12-22
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
Damien George
2018-12-22
stm32/main: Add board config option to enable/disable mounting SD card.
Andrew Leech
2018-12-20
py/gc: Adjust gc_alloc() signature to be able to accept multiple flags.
Paul Sokolovsky
2018-12-20
py/objarray: Introduce "memview_offset" alias for "free" field of object
Paul Sokolovsky
2018-12-15
tools/mpy-tool.py: Fix build error when no qstrs present in frozen mpy.
Dave Hylands
2018-12-15
py/qstr: Put a lower bound on new qstr pool allocation.
Damien George
2018-12-15
windows: Remove remaining traces of old GNU readline support.
Damien George
2018-12-13
stm32/boards/NUCLEO_L432KC: Specify L4 OpenOCD config file for this MCU.
Damien George
2018-12-13
stm32/boards: Allow OpenOCD stm_flash procedure to accept single FW img.
Damien George
2018-12-13
tests/basics/special_methods2: Typo fix in comment.
Paul Sokolovsky
2018-12-13
tools/mpy-tool.py: Fix calc of opcode size for opcodes with map caching.
Damien George
2018-12-13
py/bc: Fix calculation of opcode size for opcodes with map caching.
Damien George
2018-12-13
py/objdict: Make .fromkeys() method configurable.
Paul Sokolovsky
2018-12-13
docs/ure: Fully describe supported syntax subset, add example.
Paul Sokolovsky
2018-12-12
stm32/adc: Support 16-bit ADC configuration on H7 MCUs.
Damien George
2018-12-12
stm32/adc: Increase ADC sampling time for internal sources on H7 MCUs.
Damien George
2018-12-12
stm32/adc: Fix calibrated volt/temp readings on H7 by using 16bit scale.
Damien George
2018-12-12
stm32/extint: Use correct EXTI channels on H7 MCUs for RTC events.
Damien George
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
[prev]
[next]