11624 Commits (badd351150df70bea6644db98f48fbc3a1e5ffea)
 

Author SHA1 Message Date
Maureen Helm 38b4f1569e zephyr: Fix and rename stacks_analyze function in zephyr module. 5 years ago
Albort Xue 05e5d411b5 mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld. 4 years ago
Nick Crabtree 2934e41df0 docs/esp8266: Add quickref documentation for UART on esp8266. 4 years ago
Jim Mussared 00c3e2156a tests/run-multitests.py: Allow passing unique env vars to each instance. 4 years ago
Jim Mussared 3f77f2c60c unix/btstack_usb: Allow choosing adaptor via environment variable. 4 years ago
Jim Mussared c6fd6a0d72 examples/bluetooth: Fix event code in ble_temperature_central.py. 4 years ago
jp-96 3705bc418c extmod/modbluetooth: Register default GATT service and fix esp32 init. 4 years ago
Damien George a4c96fb3b0 extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
Damien George f3062b5cbd py/obj.h: Clarify comments about mp_map_t is_fixed and is_ordered. 4 years ago
Andrew Leech 95cbe6b65e py/objtype: Use mp_obj_dict_copy() for creating obj.__dict__ attribute. 4 years ago
Andrew Leech 28370c0450 py/objtype: Add __dict__ attribute for class objects. 4 years ago
Philipp Ebensberger 29e258611a mimxrt/boards: Integrate support for MIMXRT1020_EVK board. 5 years ago
Albort Xue e0d539f79d mimxrt/boards: Enable LED class for MIMXRT1060_EVK board. 4 years ago
Jim Mussared 8e8dcdd34b esp32: Update IDF v4.0 supported hash to v4.0.1. 5 years ago
stijn 51fd6c9777 extmod/ure: Use single function for match/search/sub. 4 years ago
Damien George bd06c698f0 py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes. 4 years ago
Philipp Ebensberger 6ac05af8e1 mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow. 4 years ago
David Lechner 1e6d18c915 docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
David Lechner eeca2c3cbe github: Add GitHub action to build docs. 4 years ago
Damien George 621f40b12c esp32/mpthreadport: Fix calculation of thread stack size. 4 years ago
Damien George 596fb73927 qemu-arm: Support building in debug mode with DEBUG=1. 4 years ago
jxltom 834b482e67 examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising. 5 years ago
Jim Mussared 8b7ae4e099 extmod/modbluetooth: Support bigger characteristic values. 5 years ago
Jim Mussared 1cad63c0bc extmod/modbluetooth: Ensure status=0 always on success. 5 years ago
Jim Mussared 9708fe8788 docs/library: Update ubluetooth for new events and discover by uuid. 5 years ago
Jim Mussared 9902ce12eb tests/multi_bluetooth: Update to work with new BLE events. 5 years ago
Jim Mussared c07ea3e4c2 extmod/modbluetooth: Implement read done event. 4 years ago
Jim Mussared 919d640aec extmod/modbluetooth: Allow discovery of svc/char by uuid. 5 years ago
Jim Mussared 6a3c89d584 extmod/modbluetooth: Add discover complete events for svc/char/desc. 5 years ago
Jim Mussared e6881f0829 extmod/modbluetooth: Make modbluetooth event not a bitfield. 5 years ago
Philipp Ebensberger 02cc4462b7 mimxrt: Add initial impl of machine.LED class, and basic pin support. 5 years ago
Andrew Leech e54626f4c1 docs/reference: Add note about multiple exceptions when heap is locked. 5 years ago
Damien George 8e591d412a minimal: Make build more flexible and work as 64-bit build. 5 years ago
Damien George b2030e1661 lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled. 5 years ago
Damien George 203b10703e py/modbuiltins: Fix getattr to work with class raising AttributeError. 5 years ago
stinos da71f55e23 stm32/Makefile: Quote libgcc path so spaces are not an issue. 5 years ago
David Spickett a4086a2f13 qemu-arm/README: Update link to toolchain. 5 years ago
Damien George 246f3f640d stm32/boards/xxx_WB55: Enable pyb.ADC and hardware SPI on WB55 boards. 5 years ago
Damien George c8985d52d3 stm32/dma: Add support for DMA on STM32WB, with SPI settings provided. 5 years ago
Damien George 0f7b5cceea stm32/machine_adc: Make setting of ADC1_COMMON->CCR clearer on STM32WB. 5 years ago
Damien George 5210fc51ec stm32/adc: Add support to pyb.ADC for STM32WB MCUs. 5 years ago
Damien George 68d053c66e stm32/modmachine: Allow changing AHB and APB bus frequencies on STM32WB. 5 years ago
Damien George 9ae50d22c9 stm32/machine_uart: Allow re-init'ing a static UART object. 5 years ago
Damien George 88971342b1 stm32/machine_uart: Retain attached-to-repl setting when init'ing UART. 5 years ago
Damien George 22806ed5df extmod/vfs: Retain previous working directory if chdir fails. 5 years ago
David Lechner 8f642677f7 tools/codeformat.py: Add verbose option to pass to uncrustify and black. 5 years ago
Joel Stanley 5cfc09ffca travis: For powerpc job, build both UART variants. 5 years ago
Joel Stanley f03d030080 powerpc/uart: Choose which UART to use at build time, not runtime. 5 years ago
Thorsten von Eicken 50a7ba2348 esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason. 5 years ago
cccc 1662a0b06f esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor. 5 years ago