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
2019-10-01
py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx.
Damien George
2019-10-01
py/bc: Remove comments referring to obsolete currently_in_except_block.
Damien George
2019-10-01
stm32/boards/PYBD: Enable BLE for Pyboard D.
Jim Mussared
2019-10-01
stm32/mpconfigport.h: Add modbluetooth module to stm32.
Jim Mussared
2019-10-01
extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config.
Andrew Leech
2019-10-01
extmod/modbluetooth_nimble: Use random addr if public isn't available.
Andrew Leech
2019-10-01
extmod/modbluetooth_nimble: Implement modbluetooth API with Nimble.
Jim Mussared
2019-10-01
extmod/modbluetooth: Add low-level Python BLE API.
Jim Mussared
2019-10-01
unix/coverage: Add coverage tests for ringbuf.
Jim Mussared
2019-10-01
py/ringbuf: Add helpers for put16/get16.
Jim Mussared
2019-10-01
stm32: Provide port-specific implementation for Nimble on STM32.
Jim Mussared
2019-10-01
extmod/nimble: Add nimble bindings.
Damien George
2019-10-01
lib/mynewt-nimble: Add Apache mynewt nimble as a submodule.
Damien George
2019-10-01
drivers/cyw43: Add low-level CYW43xx Bluetooth HCI UART driver.
Damien George
2019-09-27
stm32/uart: Add RTS/CTS pin configuration support to UART4.
Andrew Leech
2019-09-26
stm32/powerctrlboot: Add support for HSI at 8MHz on F0 MCUs.
Chris Mason
2019-09-26
stm32/powerctrlboot: Fix clock and PLL selection for HSI48 on F0 MCUs.
Chris Mason
2019-09-26
stm32: Support disabling the compiler.
Damien George
2019-09-26
tests/micropython: Add test for native generators.
Damien George
2019-09-26
travis: Build more stm32 boards to cover all supported MCUs.
Damien George
2019-09-26
minimal/frozentest: Recompile now that mpy version has changed.
Damien George
2019-09-26
py/persistentcode: Bump .mpy version to 5.
Damien George
2019-09-26
py/nativeglue: Make mp_fun_table fixed size regardless of config.
Damien George
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
2019-09-26
mpy-cross: Set number of registers in nlr_buf_t based on native arch.
Damien George
2019-09-26
py/emitnative: Factor sizeof/offsetof calculations to macros.
Damien George
2019-09-26
py/nlr.h: Factor out constants to specific macros.
Damien George
2019-09-26
py: Split RAISE_VARARGS opcode into 3 separate ones.
Damien George
2019-09-26
py: Introduce and use constants for multi-opcode sizes.
Damien George
2019-09-26
py/bc: Replace big opcode format table with simple macro.
Damien George
2019-09-26
tests: Update tests for changes to opcode ordering.
Damien George
2019-09-26
py/bc0: Order opcodes into groups based on their size and format.
Damien George
2019-09-26
tests/basics: Add test for matmul operator.
Damien George
2019-09-26
py: Add support for matmul operator @ as per PEP 465.
Damien George
2019-09-26
py/compile: Use calculation instead of switch to convert token to op.
Damien George
2019-09-26
py/parse: Use calculation instead of table to convert token to operator.
Damien George
2019-09-26
py/lexer: Reorder operator tokens to match corresponding binary ops.
Damien George
2019-09-26
docs/library/pyb.USB_VCP.rst: Add info about id and flow params.
Damien George
2019-09-26
stm32/usbd_cdc_interface: Add CTS flow control option for USB VCP.
Andrew Leech
2019-09-23
stm32/can: Guard header file by MICROPY_HW_ENABLE_CAN.
Damien George
2019-09-23
stm32: Use mp_printf with MICROPY_ERROR_PRINTER for uncaught exceptions.
Damien George
2019-09-23
stm32/boards/NUCLEO_H743ZI: Enable FDCAN on this board.
iabdalkader
2019-09-23
stm32: Add support for FDCAN peripheral, exposed as pyb.CAN.
iabdalkader
2019-09-23
stm32/can: Factor CAN driver into low-level and Python bindings.
Damien George
2019-09-23
extmod/vfs_posix: Include stdio.h for declaration of function 'rename'.
Bob Fanger
2019-09-23
stm32/machine_i2c: Add ability to specify I2C(4) by name.
Chris Liechti
2019-09-20
esp32/Makefile: Fix printing of supported git hash.
Jim Mussared
2019-09-18
mpy-cross,windows: Add msvc build of mpy-cross.
stijn
2019-09-18
mpy-cross: Make mpconfigport.h compatible with msvc compiler.
stijn
2019-09-18
windows: Default to binary mode for files.
stijn
[prev]
[next]