10849 Commits (3436223630751c770c04b2dca35ef0002143f033)
 

Author SHA1 Message Date
Jim Mussared 3436223630 examples/bluetooth: Add helpers for decoding advertising payloads. 5 years ago
Jim Mussared e873d352ad extmod/modbluetooth: Simplify management of pre-allocated event data. 5 years ago
Jim Mussared fbb7646e3b stm32/nimble_hci_uart.c: Prevent scheduler running during CYW-BT wakeup. 5 years ago
Jim Mussared 438c0dc2a4 extmod/modbluetooh_nimble: Fix UUID conversion for 16 and 32 bit values. 5 years ago
Jim Mussared 2ae755d9e1 extmod/modbluetooth_nimble: Make gap_scan_stop no-op if no scan ongoing. 5 years ago
Jim Mussared d19c6d0519 extmod/modbluetooth: Create UUID from bytes and allow comparison ops. 5 years ago
Josh Lloyd 1530fda9cf esp32/machine_rtc: Reduce memory footprint of user mem functionality. 5 years ago
Josh Lloyd ed2314f35a esp32/machine_rtc: Make RTC.memory size and availability configurable. 5 years ago
Petr Viktorin 57c18fdd38 py/compile: Coalesce error message for break/continue outside loop. 5 years ago
Laurens Valk 2679c9e116 unix/modtermios: Fix output speed setter in tcsetattr. 5 years ago
Jim Mussared 334ba01c90 extmod/modbluetooth: Prioritise non-scan-result events. 5 years ago
Jim Mussared 4f96689281 py/ringbuf: Add peek16 method. 5 years ago
Yonatan Goldschmidt 973f68780d qemu-arm: Add ldscript dependency in the final firmware.elf target. 5 years ago
Andrew Leech 1e87f11d3f py/objdict: Support ujson.dump() of OrderedDict objects. 5 years ago
Josh Lloyd 82d358510b esp32/rtc: Set system microseconds when setting time via RTC.datetime(). 5 years ago
Yonatan Goldschmidt b2dd443d92 tools/makemanifest.py: Use sys.executable when invoking Python scripts. 5 years ago
Damien George d667bc642f docs/library/ubluetooth: Fix name and link to FLAG_xxx constants. 5 years ago
Mike Causer 258b147830 stm32/boards/stm32f405_af.csv: Fix typo in ETH_RMII_REF_CLK on PA1. 5 years ago
Jim Mussared 71299d3224 esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George 1266ba9754 examples/embedding: Remove obsolete fatfs files from build. 5 years ago
Damien George 7e374d2317 py/emitnx86: Make mp_f_n_args table match order of mp_fun_kind_t. 5 years ago
Damien George cea9209e0f esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2. 5 years ago
Damien George 6eee5413ff esp8266/modules/flashbdev.py: Support extended block protocol. 5 years ago
Jim Mussared d30b75e8f2 docs/library/machine.SDCard.rst: Fix various typos. 5 years ago
Jim Mussared 59850c0b83 docs/templates/topindex.html: Replace usage of deprecated defindex.html. 5 years ago
Jim Mussared 1295146a6f docs/conf.py: Fix path to favicon.ico. 5 years ago
Andrew Leech d2e6cfd8fd tools/makemanifest.py: Skip freezing unsupported files with warning. 5 years ago
Thea Flowers f0e4677f0d py/emitnative: Fix typo, REG_PARENT_ARG_RET should be REG_PARENT_RET. 5 years ago
Damien George 4be316fb07 esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems. 5 years ago
Damien George d01ca7888b esp32/esp32_partition: Support extended block protocol. 5 years ago
Damien George 9b27069e2f extmod/vfs: Add autodetect of littlefs filesystem when mounting. 5 years ago
Mirko Vogt 2f71d66ef7 tools/makemanifest.py: Follow symlinks when freezing linked directories. 5 years ago
Jeremy Herbert 4f0f3dfb41 drivers/sdcard: Raise exception on timeout of readinto. 5 years ago
Andreas Motl d209f9ebe7 esp32: Remove unused "esponewire.c" in favour of extmod/modonewire. 5 years ago
Damien George cddb2dd0c3 stm32/mpthreadport: Include runtime.h to get defn of mp_raise_msg. 5 years ago
Damien George c13f9f209d all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 5 years ago
Damien George 80df377e95 py/modsys: Report .mpy version in sys.implementation. 5 years ago
Damien George f4601af10a py/persistentcode: Move declarations for .mpy header from .c to .h file. 5 years ago
Jim Mussared 5578182ec9 py/objgenerator: Allow pend_throw to an unstarted generator. 5 years ago
Jim Mussared 576ed89224 py/objgenerator: Remove globals from mp_obj_gen_instance_t. 5 years ago
Damien George 742030945c esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code. 5 years ago
Damien George 36c9be6f60 tools/mpy-tool.py: Use "@progbits #" attribute for native xtensa code. 5 years ago
Damien George f2ecfe8b83 py/nativeglue: Remove unused mp_obj_new_cell from mp_fun_table. 5 years ago
Damien George 2ee9e1a4ed extmod/modbtree: Make FILEVTABLE const to put it in ROM. 5 years ago
Damien George 32eae53fbc stm32/boards: Enable support for bluetooth on WB55 boards. 5 years ago
Damien George 6a64b280d0 stm32: Add support for RF coprocessor on WB55 MCUs. 5 years ago
Damien George 40ea1915fc extmod/nimble: Factor out stm32-specific HCI UART RX/TX code. 5 years ago
Damien George 78145b98ef extmod/nimble: Remove unneeded nimble_sprintf wrapper function. 5 years ago
Damien George 48b25a841b stm32: Add machine.Timer with soft timer implementation. 5 years ago