11688 Commits (373b400632bb5371f1e259983850814d2384e667)
 

Author SHA1 Message Date
Damien George 373b400632 extmod/modussl_axtls: Reduce size of code that makes exception. 4 years ago
stijn 2e54d9d146 py: Fix handling of NaN in certain pow implementations. 4 years ago
Damien George 8d5a40c86e py/objfloat: Fix handling of negative float to power of nan. 4 years ago
Damien George 709398daae stm32/rtc.h: Include py/obj.h to make header self contained. 4 years ago
Damien George 547688c58c stm32/usb: Don't nul pyb_hid_report_desc if MICROPY_HW_USB_HID disabled. 4 years ago
Damien George 27e117307d nrf: Remove unnecessary includes of mpconfigport.h and its header guard. 4 years ago
Damien George 75344af4ca nrf/main: Make mp_builtin_open signature match that in py/builtin.h. 4 years ago
Damien George 4f2fe34623 tools/mpy-tool.py: Fix merge of multiple mpy files to POP_TOP correctly. 4 years ago
Albort Xue 5f50568b1f mimxrt/boards: Add MIMXRT1064_EVK board. 5 years ago
Jim Mussared 632e3b7acc stm32/boards/NUCLEO_WB55: Add Python helper code for rfcore. 4 years ago
Jim Mussared e2390d5a2f stm32/rfcore: Enable RX IRQ on BLE IPCC channel for better performance. 4 years ago
Jim Mussared 8b4ebd7166 stm32/rfcore: Refactor some helper funcs, and remove some magic numbers. 4 years ago
Jim Mussared 01f2d77614 stm32/rfcore: Fix length matching in HCI parser. 4 years ago
Jim Mussared 5eda362e0a tests/multi_bluetooth: Make ble_gap_connect robust against event timing. 4 years ago
Jim Mussared 0f28020a68 stm32/powerctrlboot: Acquire HSEM5 on STM32WB during SystemClock_Config. 4 years ago
Jim Mussared 9c9cc7a02f stm32/boards/USBDONGLE_WB55: Add USE_MBOOT support. 4 years ago
Jim Mussared 30e8162ac4 stm32/rfcore: Update rfcore.c to match how ST examples work. 4 years ago
Jim Mussared b27edb8073 stm32/make-stmconst.py: Add support for WB55 header files. 4 years ago
Jim Mussared 126f972c34 extmod/nimble: Add timeout for HCI sync on startup. 4 years ago
Jim Mussared 311b8519af esp32: Pin MicroPython and NimBLE tasks to core 0. 4 years ago
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