13959 Commits (49e17c8bb0c55d8efb3f768ba1dfd5b27c466b26)
 

Author SHA1 Message Date
robert-hh 49e17c8bb0 mimxrt/machine_uart: Implement uart.flush() and uart.txdone(). 2 years ago
robert-hh 5466f1b0ea esp32/machine_uart: Implement uart.flush() and uart.txdone(). 2 years ago
robert-hh 2488311dc2 rp2/machine_uart: Implement uart.flush() and uart.txdone(). 2 years ago
robert-hh 53ebbf10e5 docs/library/machine.I2C: Add a note about I2C pull-up resistors. 2 years ago
Jim Mussared 31d7ab327b docs/templates/topindex.html: Update forum link. 2 years ago
Jim Mussared 316008046a github/ISSUE_TEMPLATE: Replace forum with Discussions. 2 years ago
Jim Mussared 64c62f8cf1 README: Simplify and update, and move unix section to separate file. 2 years ago
Damien George d108fc9c47 esp32/machine_sdcard: Free SPI bus when deiniting SD card. 2 years ago
Damien George 730e975091 esp32/boards: Merge manifest_release modules into standard manifest. 2 years ago
Damien George 9a826e0f24 lib/lwip: Update lwIP to v2.1.3, tag STABLE-2_1_3_RELEASE. 2 years ago
Andrew Leech d521899e18 py/persistentcode: Clarify ValueError when native emitter disabled. 2 years ago
Jim Mussared bd4e45fd68 tests/unicode: Add test for invalid utf-8 file contents. 2 years ago
Jim Mussared 6c3d8d38bf py/objstr: Always validate utf-8 for mp_obj_new_str. 2 years ago
Jim Mussared 3a910b1565 py/objstr: Optimise mp_obj_new_str_from_vstr for known-safe strings. 2 years ago
Jim Mussared 88864587f5 py/objstr: Always ensure mp_obj_str_from_vstr is unicode-safe. 2 years ago
Jim Mussared 8a0ee5a5c0 py/objstr: Split mp_obj_str_from_vstr into bytes/str versions. 2 years ago
Jim Mussared 09879f99ca esp8266/README: Update build instructions to match ci.sh. 2 years ago
Laurens Valk 6dcfb25ae7 docs/library/micropython: Fix spelling of compiler. 2 years ago
Laurens Valk da217e83d9 docs/library: Fix nested rst styles not rendering. 2 years ago
Tomasz 'CeDeROM' CEDRO 602f9db2f3 docs/library/machine.UART: Add notes about UART init and deinit. 2 years ago
Tomasz 'CeDeROM' CEDRO 769262ef03 docs/esp32: Update UART quickref on input-only pins. 2 years ago
Matt Trentini 6b16ce8d38 docs: Update CPython differences and improve the look of table layouts. 2 years ago
Damien George 2e386bcf76 tools/mpremote: Print nicer errors for unsupported 'cp -r' arguments. 2 years ago
Damien George f5fedf4676 tools/pyboard.py: Add fs_cp function for direct device-to-device copy. 2 years ago
Damien George 24f1161fe2 tools/pyboard.py: Remove implicit fs_put if source starts with ./. 2 years ago
Damien George 858707181d tools/mpremote: Print a nicer error when a filesystem command fails. 2 years ago
Damien George 7d3f4b23dc drivers/cc3000: Remove CC3000 WiFi driver files. 2 years ago
Damien George 1855df6361 stm32: Remove support for CC3000 WiFi driver. 2 years ago
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