10812 Commits (80df377e9512ac839ab19192ff1897ba30be098b)
 

Author SHA1 Message Date
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
Damien George eebffb2b5b tests/basics: Automatically skip tests that use str/bytes modulo-format. 5 years ago
Damien George 52299ed3f0 tests/run-tests: Add misc list of tests that use slice, to skip them. 5 years ago
Damien George b5186c9271 tests/basics: Split out specific slice tests to separate files. 5 years ago
Damien George ecb77e40e0 tests: Add feature check for slice and skip corresponding tests. 5 years ago
Damien George 9162a87d4d tests/basics: Use bytes not bytearray when checking user buffer proto. 5 years ago
Damien George aeea204e98 tests/basics: Split out specific bytearray tests to separate files. 5 years ago
Damien George 6e9ba1cf4b tests: Add feature check for bytearray and skip corresponding tests. 5 years ago
Damien George 7a49fc387c tests/basics/builtin_dir.py: Look for "version" in dir(sys). 5 years ago
Damien George 709136e844 tests/basics: Use str.format instead of % for formatting messages. 5 years ago
Damien George 4847460232 unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused. 5 years ago
Damien George 7a24b7f091 docs/library: Add documentation for extended block device protocol. 5 years ago
Damien George 4cf054a130 extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant. 5 years ago
Damien George cfe1c5abf8 extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
Damien George 7c8fb27f38 tests/extmod: Add test for blockdev with standard and extended protocol. 5 years ago
Damien George 73fddb84e5 tests/extmod: Add littlefs tests. 5 years ago
Damien George 62d5659cdd unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build. 5 years ago
Damien George a099505420 extmod: Add VFS littlefs bindings. 5 years ago