14231 Commits (e65b12a1b9d153991026b194341b881534a882c7)
 

Author SHA1 Message Date
Jim Mussared 986ad6bf1d stm32/boardctrl: Use HAL_Delay instead of mp_hal_delay_ms. 2 years ago
Jim Mussared 492ba5eaf2 stm32: Move board variant config to mpconfigboard.mk. 2 years ago
Andrew Leech 923375380b stm32/boards: Increase mboot region to 32k for WB55 boards. 3 years ago
Damiano Mazzella 1fbf0efaeb stm32/sdram: Enable MPU for unaligned access on H7 MCUs. 2 years ago
robert-hh 8139cbcf6b esp32/machine_timer: Support all init arguments in Timer constructor. 2 years ago
robert-hh 13dceaa4ea esp32/machine_uart: Change sendbreak time to be at least 15 bit times. 2 years ago
glenn20 e6e60f4330 esp8266/modnetwork: Add support for WLAN.config(protocol=XX) option. 2 years ago
glenn20 0507f239e8 esp32/modnetwork: Add network.MODE_LR constant. 2 years ago
glenn20 76f2e3e62b esp32/network_wlan: Add support to set/get the wifi protocol. 2 years ago
glenn20 98d1c50159 esp32/network_wlan: Use esp_wifi_set/get_channel to config wifi channel. 2 years ago
robert-hh 47c45d0e7f rp2/machine_wdt: Check for the maximum timeout value of watchdog. 2 years ago
robert-hh 8308f9c977 extmod/network_wiznet5k: Use the configured DNS address if available. 2 years ago
robert-hh 71dcb21e24 drivers/wiznet5k: Remove old Wiznet driver. 2 years ago
robert-hh f6ec01d1da tools/ci.sh: Split the stm32 builds for wiznet5k and cc3k. 2 years ago
robert-hh 54eaa8c8a6 stm32/mphalport: Add mp_hal_get_spi_obj() helper function. 2 years ago
robert-hh c3305c49e4 stm32: Add definitions required for lwIP version of Wiznet NIC. 2 years ago
robert-hh 717924001d stm32: Switch Wiznet to use lib/wiznet5k and extmod/network_wiznet5k. 2 years ago
Chris Waggoner b1efc1340a mpy-cross,unix: Include alloca.h for NetBSD. 2 years ago
Laurens Valk d8ad87843a py/builtinimport: Allow overriding of mp_builtin___import__. 2 years ago
Damien George 3d65101a8a py: Clean up formatting of union definitions. 2 years ago
Damien George 7c8ec85fa3 shared/runtime/sys_stdio_mphal: Make func static and remove some TODOs. 2 years ago
Nicholas H.Tollervey af54d2ce9f
javascript: Rename this port to 'webassembly'. 2 years ago
Jim Mussared c616721b1a extmod/modframebuf: Improve poly-fill boundary pixels. 2 years ago
Mat Booth 04a655c744 extmod/modframebuf: Add polygon drawing methods. 2 years ago
Peter Hinch 42ec9703a0 extmod/modframebuf: Add ellipse drawing method. 2 years ago
Jim Mussared 127b340438 extmod/modframebuf: Add fill argument to rect(). 2 years ago
Jim Mussared af1f167820 py/dynruntime: Add mp_obj_is_true. 2 years ago
Jim Mussared 470a44bd3a extmod/modframebuf: Optimise argument handling. 2 years ago
Jim Mussared 59e3348c10 tools/mpremote: Add "edit" command. 2 years ago
Jim Mussared 263737ecfe tools/pyboard.py: Add "touch" filesystem command. 2 years ago
Jim Mussared a311e9e3d4 tools/mpremote: Allow + terminator for fs commands. 2 years ago
Damien George 8f4c108025 all: Remove MICROPY_PY_IO_FILEIO config option. 2 years ago
Damien George 237a393bec extmod/vfs_posix_file: Remove unused MICROPY_VFS_POSIX_FILE. 2 years ago
Damien George cbc9f944c4 tests,tools: Update path to unix micropython executable. 2 years ago
Efi Weiss 98bd7e33b3 unix/modusocket: Support proto and flags arguments to getaddrinfo. 2 years ago
David Peake 454d969781 docs/esp32: Fix string quoting consistency in SDCard mount example. 2 years ago
Angus Gratton a16a330da5 nrf,stm32: Don't enable debug info by default if LTO is on. 2 years ago
Dan Ellis 6f4d424f46 py/formatfloat: Use pow(10, e) instead of pos/neg_pow lookup tables. 2 years ago
Dan Ellis 6cd2e41918 py/parsenum: Ensure that trailing zeros lead to identical results. 2 years ago
MrJake222 69719927f1 extmod/modlwip: Add support for leaving multicast groups. 3 years ago
Damien George 01514e80c9 extmod/uasyncio: Rename internal _flag to state, to save a qstr. 2 years ago
Ned Konz 5543b2a9cc extmod/uasyncio: Add clear method to ThreadSafeFlag. 3 years ago
Damien George cf90e24335 py/mkrules: Use abspath to find directory for mpy-cross dependency. 2 years ago
Damien George 945f377b43 py/objstr: Remove str function object declarations from header file. 2 years ago
Damien George ec24cd1d25 mpy-cross,unix: Remove .gitignore file. 2 years ago
Jim Mussared f694058f2b tests/extmod/ubinascii: Add tests for bytes.hex etc. 3 years ago
Jim Mussared 28aaab9590 py/objstr: Add hex/fromhex to bytes/memoryview/bytearray. 3 years ago
Damien George 6c67fbc280 zephyr/machine_uart: Use mp_obj_str_get_str to get device name. 2 years ago
Damien George 787bd99919 nrf/modules/ubluepy: Use mp_obj_str_get_data to extract str data. 2 years ago
Andrew Leech f7f56d4285 py/objstr: Consolidate methods for str/bytes/bytearray/array. 2 years ago