11325 Commits (b909e8b2dd007d8e7d61547768518b29bb4f833c)
 

Author SHA1 Message Date
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
Damien George f8fc78691d py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default. 5 years ago
Zoltán Vörös c5cc64175b ports: Add lib/libm/roundf.c to bare-metal Makefile's. 5 years ago
Damien George bf4fb16250 esp32/modsocket: Handle poll of a closed socket. 5 years ago
Andreas Motl fbfea3b440 drivers/onewire: Fix undefined variable errors. 5 years ago
David Lechner 2f7d2bb3e2 py/stream.h: Include sys/types.h to get size_t and off_t for POSIX API. 5 years ago
David Lechner 58d9a4815d extmod/vfs_posix_file: Include unistd.h to get STD{IN,OUT,ERR}_FILENO. 5 years ago
David Lechner d0edaf88a3 windows/windows_mphal: Fix missing semicolon. 5 years ago
David Lechner 3b07736b6d unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate. 5 years ago
David Lechner 100012bec6 windows: Remove custom definition of MP_PLAT_PRINT_STRN. 5 years ago