aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-26extmod/uasyncio: Add manifest.py for freezing uasyncio Py files.Damien George
2020-03-26docs/library: Add initial docs for uasyncio module.Damien George
2020-03-26unix: Enable uasyncio C helper module on coverage build.Damien George
2020-03-26extmod/uasyncio: Add optional implementation of core uasyncio in C.Damien George
2020-03-26tests/net_inet: Add uasyncio internet tests.Damien George
2020-03-26tests/multi_net: Add uasyncio test for TCP server and client.Damien George
2020-03-26tests: Make default MICROPYPATH include extmod to find uasyncio.Damien George
2020-03-26travis: Exclude some uasyncio tests on OSX.Damien George
2020-03-26tests/run-tests: Skip uasyncio if no async, and skip one test on native.Damien George
2020-03-26tests/extmod: Add uasyncio tests.Damien George
2020-03-26extmod/uasyncio: Add new implementation of uasyncio module.Damien George
2020-03-26stm32/softtimer: Initialise pairing-heap node before pushing to heap.Damien George
2020-03-26unix/coverage: Init all pairheap test nodes before using them.Damien George
2020-03-26py/pairheap: Add helper function to initialise a new node.Damien George
2020-03-26py/pairheap: Properly unlink node on pop and delete.Damien George
2020-03-26travis: Print errors out for OSX job.Damien George
2020-03-26qemu-arm: Set default board as mps2-an385 to get more flash for tests.Damien George
2020-03-26py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default.Damien George
2020-03-25ports: Add lib/libm/roundf.c to bare-metal Makefile's.Zoltán Vörös
2020-03-25esp32/modsocket: Handle poll of a closed socket.Damien George
2020-03-25drivers/onewire: Fix undefined variable errors.Andreas Motl
2020-03-25py/stream.h: Include sys/types.h to get size_t and off_t for POSIX API.David Lechner
2020-03-25extmod/vfs_posix_file: Include unistd.h to get STD{IN,OUT,ERR}_FILENO.David Lechner
2020-03-25windows/windows_mphal: Fix missing semicolon.David Lechner
2020-03-25unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate.David Lechner
2020-03-25windows: Remove custom definition of MP_PLAT_PRINT_STRN.David Lechner
2020-03-25unix: Remove custom definition of MP_PLAT_PRINT_STRN.David Lechner
2020-03-25esp8266/modnetwork: Add support for wlan.ifconfig('dhcp').Damien George
2020-03-25all: Remove spaces between nested paren and inside function arg paren.Damien George
2020-03-25windows/msvc: Fix warnings regarding function declarations.stijn
2020-03-25tools/codeformat.py: Include all msvc C code in auto-format.stijn
2020-03-25zephyr: Update machine.Pin class to use new zephyr gpio api.Maureen Helm
2020-03-25stm32/mboot: Remove unnecessary test for led being 1 in led_state.Damien George
2020-03-25stm32/mboot: Update LED0 state from systick handler.Andrew Leech
2020-03-22tools/pydfu.py: Display any error strings from device/mboot.Andrew Leech
2020-03-22stm32/mboot: Protect against invalid address flash writes.Andrew Leech
2020-03-22stm32/mboot: Update dfu state/status flags to better match standard.Andrew Leech
2020-03-22stm32/mboot: Allow overriding led_init and led_state in board folder.Andrew Leech
2020-03-22tools/pydfu.py: Add args for VID/PID & exit with cleaner error handling.Andrew Leech
2020-03-22esp32/README.md: Update build instructions for newer toolchain.Jim Mussared
2020-03-22esp8266/README.md: Add docker build instructions.Jim Mussared
2020-03-20esp8266/modmachine: Implement machine.soft_reset().Damien George
2020-03-18tests/run-multitests.py: Print test summary and do exit(1) on failure.Damien George
2020-03-18unix: Remove custom file implementation to use extmod's VFS POSIX one.Damien George
2020-03-18extmod/vfs_posix_file: Lock GIL when writing and allow stdio flush.Damien George
2020-03-18all: Convert exceptions to use mp_raise_XXX helpers in remaining places.Damien George
2020-03-18extmod/modlwip: Properly handle non-blocking and timeout on UDP recv.Damien George
2020-03-18extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP.Damien George
2020-03-12stm32/main: Fix bug mounting 3rd SD partition.Damien George
2020-03-12examples/bluetooth: Replace "connectable" parameter with "adv_type".Thomas Friebel