11703 Commits (f271b96b5c8d6a4abedc81459a1c5710eb187abb)
 

Author SHA1 Message Date
Jim Mussared f271b96b5c docs/library/ubluetooth.rst: Add docs for MTU API. 4 years ago
Jim Mussared fe642ced43 tests/multi_bluetooth: Update UUID format in .exp files. 4 years ago
Jim Mussared c200759290 docs/library/ubluetooth.rst: Clarify peripheral/central vs server/client 4 years ago
Jim Mussared 5be3bfcb7e extmod/modbluetooth: Print UUIDs correctly. 4 years ago
Jim Mussared 19faf55090 docs/library/ubluetooth.rst: Clarify position/kw arguments. 4 years ago
Jim Mussared 6a6a5f9e15 extmod/modbluetooth: Make BLE.irq() method positional only. 4 years ago
Jim Mussared 504522bd02 extmod/modbluetooth: Fix handling of optional data/uuid args. 4 years ago
Damien George b31cb21a39 stm32/servo: Fix angle and speed methods to work again with -ve args. 4 years ago
Damien George acdb0608b7 py/parse: Pass in an mp_print_t to mp_parse_node_print. 4 years ago
Damien George 85f2b239d8 py/showbc: Pass in an mp_print_t struct to all bytecode-print functions. 4 years ago
Jim Mussared 50efce8174 esp32/mpconfigport.h: Remove duplicate uhashlib registration. 4 years ago
stijn 70bec41089 windows: Show test failures in the Appveyor builds. 4 years ago
stijn 5b94c61097 windows/Makefile: Support freezing modules. 4 years ago
stijn 2a9ea69fa9 windows/msvc: Support freezing modules. 4 years ago
stijn 4b35aa5730 tools: Write msvc-compatible frozen content. 4 years ago
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