aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-04-05ports: Enable error text compression for various ports, but not all.Jim Mussared
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-04-05windows: Update genhdr.targets to match makeqstrdefs.py args.Jim Mussared
2020-04-05extmod/modubinascii: Make code private and module self-contained.Jim Mussared
2020-04-05stm32/Makefile: Add missing ordering dependency on generated headers.Jim Mussared
2020-04-04esp32: Change from FAT to littlefs v2 as default filesystem.Damien George
2020-04-04esp8266/makeimg.py: Print out info about RAM segments when building fw.Damien George
2020-04-04esp8266: Change from FAT to littlefs v2 as default filesystem.Damien George
2020-04-02esp32/README.md: Fix typo in venv instructions.Jim Mussared
2020-03-31unix/mpthreadport: Ensure enough thread stack to detect overflow.Damien George
2020-03-30all: Fix implicit casts of float/double, and signed comparison.David Lechner
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-03-28stm32/boards: Disable pend_throw, uheapq, utimeq on small-flash boards.Damien George
2020-03-28stm32/mpconfigport.h: Make most extended modules configurable by board.Damien George
2020-03-27unix: Implement PEP 475 to retry syscalls failing with EINTR.David Lechner
2020-03-27unix/mpthreadport: Fix crash when thread stack size <= 8k.David Lechner
2020-03-27stm32/mpconfigport.h: Remove unused root pointer for BTstack bindings.Damien George
2020-03-26esp32: Enable and freeze uasyncio.Damien George
2020-03-26esp8266: Enable and freeze uasyncio.Damien George
2020-03-26stm32: Enable and freeze uasyncio.Damien George
2020-03-26unix: Enable uasyncio C helper module on coverage build.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-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-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-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-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-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-18unix: Remove custom file implementation to use extmod's VFS POSIX one.Damien George
2020-03-18all: Convert exceptions to use mp_raise_XXX helpers in remaining places.Damien George
2020-03-12stm32/main: Fix bug mounting 3rd SD partition.Damien George
2020-03-11zephyr: Execute main.py file if it exists.Maureen Helm
2020-03-11zephyr: Enable usb mass storage class on mimxrt1050_evk.Maureen Helm
2020-03-11zephyr: Mount a file system during init.Maureen Helm
2020-03-11unix/Makefile: Detect and pass thru mpy-cross flags when running tests.Damien George