aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-08stm32/make-stmconst.py: Add support for WB55 header files.Jim Mussared
2020-09-08extmod/nimble: Add timeout for HCI sync on startup.Jim Mussared
2020-09-08esp32: Pin MicroPython and NimBLE tasks to core 0.Jim Mussared
2020-09-08extmod/btstack: Detect HCI UART init failure.Jim Mussared
2020-09-08stm32/mpbthciport: Increase char timeout of BT HCI UART.Andrew Leech
2020-09-08extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST.Andrew Leech
2020-09-08extmod/modbluetooth: Allow using mp_hal_get_mac as a static address.Jim Mussared
2020-09-08docs/library/ubluetooth.rst: Document BLE address modes.Jim Mussared
2020-09-08tests/multi_bluetooth: Update to new config('mac') behaviour.Jim Mussared
2020-09-08extmod/modbluetooth: Implement configuration of address modes.Jim Mussared
2020-09-08unix: Implement BLE H4 HCI UART for btstack/nimble.Jim Mussared
2020-09-08unix/Makefile: Always enable -f*-sections regardless of DEBUG setting.Jim Mussared
2020-09-08extmod/nimble: Implement NimBLE mutex.Jim Mussared
2020-09-08extmod/nimble: Make nimble_malloc work with allocated size.Jim Mussared
2020-09-08extmod/nimble: Set struct alignment correctly on 64-bit arch.Jim Mussared
2020-09-08extmod/modbluetooth: Refactor stack/hci/driver/port bindings.Jim Mussared
2020-09-08extmod/modbluetooth: Rename logging macro to be just DEBUG_printf.Jim Mussared
2020-09-08stm32/modbluetooth_hci: Use a static mp_irq_obj_t for BT HCI UART IRQ.Jim Mussared
2020-09-08stm32/uart: Allow static IRQ handler registration.Jim Mussared
2020-09-04lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method.Damien George
2020-09-04stm32/mpconfigport.h: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.Damien George
2020-09-04lib/libm: Reduce size of static two_over_pi array.Damien George
2020-09-04all: Rename "sys" module to "usys".stijn
2020-09-02all: Bump version to 1.13.Damien George
2020-09-02tests/extmod: Add tests for verifying FAT and littlefs mtime values.Damien George
2020-09-02unix/fatfs_port: Fix month offset in timestamp calculation.Damien George
2020-09-01extmod/vfs: Add option to use 1970 as Epoch.Damien George
2020-09-01unix/modos: Support larger integer range in uos.stat fields.Damien George
2020-09-01extmod/vfs: Support larger integer range in VFS stat time fields.Damien George
2020-08-31esp32/mphalport: Fix mp_hal_time_ns offset.Damien George
2020-08-30unix/variants: Fix fast and freedos variants so they build again.Damien George
2020-08-30extmod/modlwip: Fix error return for TCP recv when not connected.Damien George
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-08-29tests: Split out complex reverse-op tests to separate test file.Damien George
2020-08-29stm32/powerctrl.h: Include stdbool.h to get definition of bool.Damien George
2020-08-29LICENSE,docs: Update copyright year range to include 2020.Damien George
2020-08-28zephyr/README: Update required Zephyr version and mention new features.Damien George
2020-08-27extmod/machine_i2c: Fix buffer overrun if 'addrsize' is bigger than 32.Michael Buesch
2020-08-27tests/run-tests: Make test output directory configurable.stijn
2020-08-27tests/run-tests: Use absolute paths where possible.stijn
2020-08-26nrf/Makefile: Improve user C modules support.Roberto Colistete Jr
2020-08-26tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps.Damien George
2020-08-26extmod/bluetooth: Support active scanning in BLE.gap_scan().Andrew Leech
2020-08-26extmod/modbluetooth: Fix race between READ_REQUEST and other IRQs.Jim Mussared
2020-08-26extmod/btstack: Implement GAP scan duration_ms parameter.Jim Mussared
2020-08-25extmod/vfs_lfs: Add mtime support to littlefs files.Damien George
2020-08-22py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.Damien George
2020-08-22lib/timeutils: Add helper functions to deal with nanosecs since 1970.Damien George
2020-08-22unix/fatfs_port: Implement get_fattime.Damien George
2020-08-22extmod/uasyncio: Truncate negative sleeps to 0.Damien George