10829 Commits (1266ba97545b66c93e33a2d4c4e665cdbd14228c)
 

Author SHA1 Message Date
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
Damien George a5d97f1db9 stm32: Add soft timer implementation, using SysTick at 1ms resolution. 5 years ago
Damien George 43f53a2bbd tests/extmod: Add test for ussl when passing in key/cert params. 5 years ago
Damien George 9dd9f9ff06 extmod/modussl_mbedtls: Check for invalid key/cert data. 5 years ago
Damien George 07ea81fbc5 extmod/modussl_mbedtls: Fix getpeercert to return None if no cert avail. 5 years ago
Damien George 26d8fd2c0a extmod/modlwip: Unconditionally return POLLHUP/POLLERR when polling. 5 years ago
Damien George feaa251674 extmod/modlwip: Make socket poll return POLLNVAL in case of bad file. 5 years ago
Damien George d3c383de79 py/stream.h: Add MP_STREAM_POLL_NVAL constant. 5 years ago
Damien George 71401d5065 extmod/modlwip: Unconditionally return POLLHUP when polling new socket. 5 years ago
Damien George 9ec73aedb4 stm32/timer: Fix Timer.freq() calc so mult doesn't overflow uint32_t. 5 years ago
Damien George 4e1b03d45c lib/libc/string0: Add simple implementations of strspn and strcspn. 5 years ago
Damien George 660a61a388 extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately. 5 years ago
Damien George 323d47887f py/runtime: Reorder some binary ops so they don't require conditionals. 5 years ago
Jim Mussared 25946d1ef4 examples/bluetooth/ble_uart_peripheral: Use append mode for RX char. 5 years ago
Jim Mussared ca3d4c84e4 docs/library/ubluetooth: Add docs for gatts_set_buffer. 5 years ago
Jim Mussared d16a27da51 extmod/modbluetooth: Add gatts_set_buffer. 5 years ago
Kamil Klimek 53f3cbc2c4 zephyr/main: Use mp_stack API instead of local pointer for stack top. 5 years ago
Damien George a8138b75b1 examples/embedding: Replace symlink of mpconfigport.h with real file. 5 years ago
Damien George 162016ad9c travis: Add job to build and test unix minimal port. 5 years ago
Damien George 943dd33b5f tests/basics: Split sys.exit test to separate file so it can be skipped. 5 years ago
Damien George 1d51115246 tests: Add feature check for uio module and skip corresponding tests. 5 years ago