11284 Commits (312c699491830daacd33f032a6d6fc6cc6ff0c96)
 

Author SHA1 Message Date
Damien George 312c699491 esp32: Change from FAT to littlefs v2 as default filesystem. 5 years ago
Damien George ad2b3185da travis: Build GENERIC_1M board as part of esp8266 job. 5 years ago
Damien George 497ca99eb2 esp8266/makeimg.py: Print out info about RAM segments when building fw. 5 years ago
Damien George e0905e85a7 esp8266: Change from FAT to littlefs v2 as default filesystem. 5 years ago
Damien George df156b18e5 docs,tests: Add docs and test for uasyncio custom exc handler methods. 5 years ago
Kevin Köck 15f41c2dbf extmod/uasyncio: Add global exception handling methods. 5 years ago
Jim Mussared e97bb58f0e esp32/README.md: Fix typo in venv instructions. 5 years ago
Damien George f97b5395ed extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls. 5 years ago
Kevin Köck aca19c25d2 extmod/uasyncio: Add error message to Lock.release's RuntimeError. 5 years ago
Damien George b389bc0afa extmod/uasyncio: Implement Loop.stop() to stop the event loop. 5 years ago
Damien George 711dd392d3 extmod/uasyncio: Don't create a Loop instance in get_event_loop(). 5 years ago
Damien George 8fff0b0acd unix/mpthreadport: Ensure enough thread stack to detect overflow. 5 years ago
David Lechner 581f9135a4 tests/run-tests: Add commands to print and clean *.exp,out files. 5 years ago
David Lechner 6110cd3078 tests/float: Add new lexer test to test parsing of float without prefix. 5 years ago
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
David Lechner 488613bca6 tests/micropython/heapalloc_fail_set.py: Remove extra trailing comma. 5 years ago
David Lechner 2461349b27 travis: Build full unix coverage build on osx job. 5 years ago
David Lechner a2110bd3fc all: Fix implicit casts of float/double, and signed comparison. 5 years ago
Lars Kellogg-Stedman 3a0f64fc7a tools/pyboard.py: Add -d as an alias for --device. 5 years ago
Lars Kellogg-Stedman 1cf994c48b tools/pyboard.py: Support setting device/baudrate from shell env vars. 5 years ago
David Lechner 688323307a tests/basics/dict_pop.py: Remove extra comma in call and fix grammar. 5 years ago
Damien George 1a3e386c67 all: Remove spaces inside and around parenthesis. 5 years ago
Damien George b56caaf104 travis: Build NUCLEO_L073RZ instead of B_L072Z_LRWAN1 for stm32 job. 5 years ago
Damien George 83461e37d4 stm32/boards: Disable pend_throw, uheapq, utimeq on small-flash boards. 5 years ago
Damien George 09154f585f stm32/mpconfigport.h: Make most extended modules configurable by board. 5 years ago
David Lechner 6c77d5c7cd travis: Use grep with --text on qemu-arm output. 5 years ago
David Lechner 0608fbff29 travis: Use custom PPA to get pre-built uncrustify. 5 years ago
David Lechner 9418611c8a unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago
David Lechner 5e6cee07ab unix/mpthreadport: Fix crash when thread stack size <= 8k. 5 years ago
Damien George dbba6b05dc stm32/mpconfigport.h: Remove unused root pointer for BTstack bindings. 5 years ago
Damien George ad004db662 esp32: Enable and freeze uasyncio. 5 years ago
Damien George 1d4d688b3b esp8266: Enable and freeze uasyncio. 5 years ago
Damien George 35e2dd0979 stm32: Enable and freeze uasyncio. 5 years ago
Damien George 3b68f36175 extmod/uasyncio: Add manifest.py for freezing uasyncio Py files. 5 years ago
Damien George c99322f8d8 docs/library: Add initial docs for uasyncio module. 5 years ago
Damien George 91dd3948e8 unix: Enable uasyncio C helper module on coverage build. 5 years ago
Damien George bc009fdd62 extmod/uasyncio: Add optional implementation of core uasyncio in C. 5 years ago
Damien George 081d067662 tests/net_inet: Add uasyncio internet tests. 5 years ago
Damien George 38904b8937 tests/multi_net: Add uasyncio test for TCP server and client. 5 years ago
Damien George 18fa65e474 tests: Make default MICROPYPATH include extmod to find uasyncio. 5 years ago
Damien George 3667effff1 travis: Exclude some uasyncio tests on OSX. 5 years ago
Damien George 5d09a40df9 tests/run-tests: Skip uasyncio if no async, and skip one test on native. 5 years ago
Damien George c4935f3049 tests/extmod: Add uasyncio tests. 5 years ago
Damien George 63b9944382 extmod/uasyncio: Add new implementation of uasyncio module. 5 years ago
Damien George f05ae416ff stm32/softtimer: Initialise pairing-heap node before pushing to heap. 5 years ago
Damien George f9741d18f6 unix/coverage: Init all pairheap test nodes before using them. 5 years ago
Damien George 6c7e78de72 py/pairheap: Add helper function to initialise a new node. 5 years ago
Damien George c47a3ddf4a py/pairheap: Properly unlink node on pop and delete. 5 years ago
Damien George 98ab7643a7 travis: Print errors out for OSX job. 5 years ago
Damien George ab00f4c44e qemu-arm: Set default board as mps2-an385 to get more flash for tests. 5 years ago