11004 Commits (6632dd3981cbdca8e70c0bf19e36338101e9ce0e)
 

Author SHA1 Message Date
Damien George ff58961944 py/nativeglue: Add float new/get functions with both single and double. 5 years ago
Damien George 9ac949cdbd py/persistentcode: Make ARM Thumb archs support multiple sub-archs. 5 years ago
Damien George 42c1aed2bb examples/natmod: Add ure example. 5 years ago
Damien George 2a485e1084 examples/natmod: Add framebuf example. 5 years ago
Damien George 16e591e412 examples/natmod: Add uzlib example. 5 years ago
Damien George 83f9fb169e examples/natmod: Add uheapq example. 5 years ago
Damien George 37817ab4ba examples/natmod: Add btree example. 5 years ago
Damien George bbeaafd9aa extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 5 years ago
Damien George e5acd06ad5 extmod/modbtree: Use mp_printf instead of printf. 5 years ago
Damien George aad79adab7 tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files. 5 years ago
Damien George 27879844d2 tools/mpy-tool.py: Add ability to merge multiple .mpy files into one. 5 years ago
Damien George 3690f79afc py/nativeglue: Add funcs/types to native glue table for dynamic runtime. 5 years ago
Damien George 360d972c16 py/nativeglue: Add new header file with native function table typedef. 5 years ago
Damien George b47e155bd0 py/persistentcode: Add ability to relocate loaded native code. 5 years ago
Damien George b310930dba docs/library/uos: Add notes and links about littlefs failures. 5 years ago
Damien George 159388f850 docs/library/ubluetooth: Add note about API being under development. 5 years ago
Jim Mussared b76f0a73bc stm32/main: Fix SKIPSD file detection so SD card is mounted by default. 5 years ago
Emil Renner Berthing 4ebbacd65e py/objenumerate: Check for valid args in enumerate constructor. 5 years ago
Jim Mussared 193bc3702f mpy-cross/README.md: Add notes about -march and -O. 5 years ago
Damien George 381be9a745 docs/reference/filesystem: Add note and example about using filesystem. 5 years ago
Daniel Mizyrycki 50dc5f10a6 docs/reference/filesystem: Fix typo in block device code example. 5 years ago
Daniel Mizyrycki 2df6a0436d nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board. 5 years ago
Damiano Mazzella cc634b9e92 stm32/boards/xxx_WB55: Enable littlefs2 on WB55 boards. 5 years ago
Andrej Krejcir 210d053286 nrf/main: Execute boot.py/main.py frozen modules without a file system. 5 years ago
Chris Mason d61e7a6d8a stm32/uart: Add support for UART4/5 on L0 MCUs. 5 years ago
Andrew Leech 9ca8a503ed esp32/boards: Enable ULP in base sdk configuration. 5 years ago
Damien George 84958a8fe1 extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=). 5 years ago
Damien George 7aeafe2ae9 extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode. 5 years ago
Jim Mussared 9a849cc7ca docs: Add littlefs docs and a filesystem tutorial. 5 years ago
Jim Mussared f2650be844 docs/library: Add docs for pyb.Flash class. 5 years ago
Jim Mussared d7dbd267e7 docs/reference: Add docs describing use of pyboard.py. 5 years ago
Damien George 90c524c114 docs: Remove spaces on lines that are empty. 5 years ago
Damien George 40cc7ec677 stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf. 5 years ago
Damien George 82a19cb39f mpy-cross: Support armv7em, armv7emsp, armv7emdp architectures. 5 years ago
Damien George 8ce69288e9 extmod/modbluetooth: Remove limit on data coming from gattc data input. 5 years ago
Damien George d6e051082a extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled. 5 years ago
Damien George 7f24c29778 tools/mpy-tool.py: Support qstr linking when freezing Xtensa native mpy. 5 years ago
Damien George ba5e4841ec stm32/main: Fix auto creation of pyb.Flash on boot with kw-only args. 5 years ago
Damien George 11c22430d4 stm32/boards/NUCLEO_L073RZ: Skip board-pin names for CPU only pins. 5 years ago
Damien George 77b8f86a5e stm32/qstrdefsport.h: Remove unused qstrs and make USB ones conditional. 5 years ago
Damien George 01e5802ee3 py: Remove 3 obsolete commented-out lines from header files. 5 years ago
Damien George 797c2e8fc2 stm32/storage: Make start/len args of pyb.Flash keyword only. 5 years ago
Yonatan Goldschmidt 4318a6d755 py/objstringio: Slightly optimize stringio_copy_on_write for code size. 5 years ago
Damien George 1675b98e74 tests/stress: Add test for maximum length limit of qstrs. 5 years ago
Léa Saviot bc129f1b84 py/qstr: Raise exception in qstr_from_strn if str to intern is too long. 5 years ago
Léa Saviot a7bc4d1a14 py/builtinimport: Raise exception on empty module name. 5 years ago
Damien George 6b3404f25e extmod/vfs_lfs: Fix bug when passing no args to constructor and mkfs. 5 years ago
Damien George d8057c325a stm32/storage: Change storage_read/write_blocks to return int type. 5 years ago
Damien George 120368ba1a stm32/boards: Enable LFS2 on PYBv1.x and PYBD boards. 5 years ago
Damien George 5634a31a98 extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs. 5 years ago