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