11718 Commits (71adf506ce43b55b859f81f191ac0826928bbdd5)
 

Author SHA1 Message Date
Jim Mussared 99a29ec705 extmod/btstack: Detect HCI UART init failure. 4 years ago
Andrew Leech 6077c63a45 stm32/mpbthciport: Increase char timeout of BT HCI UART. 4 years ago
Andrew Leech 8b00aeab8f extmod/btstack: Add btstack support for _IRQ_GATTS_READ_REQUEST. 4 years ago
Jim Mussared 52a2ce45de extmod/modbluetooth: Allow using mp_hal_get_mac as a static address. 4 years ago
Jim Mussared 67d8139e2b docs/library/ubluetooth.rst: Document BLE address modes. 4 years ago
Jim Mussared 26b66804e9 tests/multi_bluetooth: Update to new config('mac') behaviour. 4 years ago
Jim Mussared c4af714d58 extmod/modbluetooth: Implement configuration of address modes. 4 years ago
Jim Mussared 1b1b22905e unix: Implement BLE H4 HCI UART for btstack/nimble. 4 years ago
Jim Mussared feed69aa5c unix/Makefile: Always enable -f*-sections regardless of DEBUG setting. 4 years ago
Jim Mussared aa18ab7db2 extmod/nimble: Implement NimBLE mutex. 4 years ago
Jim Mussared f3f31ac959 extmod/nimble: Make nimble_malloc work with allocated size. 4 years ago
Jim Mussared 5b08676d6a extmod/nimble: Set struct alignment correctly on 64-bit arch. 4 years ago
Jim Mussared ed14435a8e extmod/modbluetooth: Refactor stack/hci/driver/port bindings. 4 years ago
Jim Mussared e46aac24ba extmod/modbluetooth: Rename logging macro to be just DEBUG_printf. 4 years ago
Jim Mussared 5ff265a3db stm32/modbluetooth_hci: Use a static mp_irq_obj_t for BT HCI UART IRQ. 4 years ago
Jim Mussared 23109988c2 stm32/uart: Allow static IRQ handler registration. 4 years ago
Damien George 3ff7079277 lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method. 4 years ago
Damien George 5e69926ea0 stm32/mpconfigport.h: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS. 4 years ago
Damien George 38959ed8f1 lib/libm: Reduce size of static two_over_pi array. 4 years ago
stijn 40ad8f1666 all: Rename "sys" module to "usys". 4 years ago
Damien George b0932fcf2e all: Bump version to 1.13. 4 years ago
Damien George 0e6ef40359 tests/extmod: Add tests for verifying FAT and littlefs mtime values. 4 years ago
Damien George a909c21587 unix/fatfs_port: Fix month offset in timestamp calculation. 4 years ago
Damien George 2a72e90ab8 extmod/vfs: Add option to use 1970 as Epoch. 4 years ago
Damien George 0385b21597 unix/modos: Support larger integer range in uos.stat fields. 4 years ago
Damien George c70e599659 extmod/vfs: Support larger integer range in VFS stat time fields. 4 years ago
Damien George 40153b800a esp32/mphalport: Fix mp_hal_time_ns offset. 4 years ago
Damien George 836bca9956 unix/variants: Fix fast and freedos variants so they build again. 4 years ago
Damien George d1995e50eb extmod/modlwip: Fix error return for TCP recv when not connected. 4 years ago
Damien George 06659077a8 all: Update Python code to conform to latest black formatting. 4 years ago
Damien George 0c7354afaf tests: Split out complex reverse-op tests to separate test file. 4 years ago
Damien George 40d174ac7d stm32/powerctrl.h: Include stdbool.h to get definition of bool. 4 years ago
Damien George 338b12d3c8 LICENSE,docs: Update copyright year range to include 2020. 4 years ago
Damien George a93a378e93 zephyr/README: Update required Zephyr version and mention new features. 4 years ago
Michael Buesch cef678b2db extmod/machine_i2c: Fix buffer overrun if 'addrsize' is bigger than 32. 4 years ago
stijn 0c3f9d58a5 tests/run-tests: Make test output directory configurable. 5 years ago
stijn 405893afc6 tests/run-tests: Use absolute paths where possible. 5 years ago
Roberto Colistete Jr 91c5d168c0 nrf/Makefile: Improve user C modules support. 4 years ago
Damien George 5fb276de33 tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps. 4 years ago
Andrew Leech a80a146858 extmod/bluetooth: Support active scanning in BLE.gap_scan(). 4 years ago
Jim Mussared 0bc2c1c105 extmod/modbluetooth: Fix race between READ_REQUEST and other IRQs. 4 years ago
Jim Mussared 3d9a7ed02f extmod/btstack: Implement GAP scan duration_ms parameter. 4 years ago
Damien George 2acc087880 extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
Damien George ee50a6effe py/mphal.h: Introduce mp_hal_time_ns and implement on various ports. 4 years ago
Damien George badd351150 lib/timeutils: Add helper functions to deal with nanosecs since 1970. 4 years ago
Damien George 92899354d9 unix/fatfs_port: Implement get_fattime. 4 years ago
Damien George 55c76eaac1 extmod/uasyncio: Truncate negative sleeps to 0. 4 years ago
Damien George 20948a3d54 tests/extmod: Add test for uasyncio.sleep of a negative time. 4 years ago
Damien George 5f9b105244 py/runtime: Fix builtin compile() in "single" mode so it prints exprs. 4 years ago
Damien George 448319a745 tools/makemanifest.py: Use os.makedirs to make path for generated files. 4 years ago