13973 Commits (6bd0ec7a70496dc51d8dc6c706919ef398b0346e)
 

Author SHA1 Message Date
Jim Mussared 6bd0ec7a70 tools/makemanifest.py: Update to use mpy_cross module. 2 years ago
Jim Mussared e42809531f mpy-cross/mpy_cross: Add Python wrapper for mpy-cross. 2 years ago
Jim Mussared f3cdb052db tools/manifestfile.py: Add library for working with manifests. 2 years ago
Jim Mussared da7f2537a1 top: Use micropython-lib unconditionally in manifests. 2 years ago
robert-hh 0b26efe73d extmod/machine_i2c: Call MICROPY_PY_EVENT_HOOK during i2c.scan(). 2 years ago
Takeo Takahashi af100b7029 docs/renesas-ra: Add pin drive keyword argument description. 2 years ago
Takeo Takahashi 2f2fd36713 tests/renesas-ra: Update pin test to support all boards. 2 years ago
Takeo Takahashi 621bff8557 renesas-ra/machine_pin: Support drive keyword and fix GPIO setting. 2 years ago
hoihu 85a25895ff rp2/mbedtls: Fix missing time.h include. 2 years ago
robert-hh b74eeee5e0 docs/library/machine.UART: Add docs for uart.flush() and uart.txdone(). 2 years ago
robert-hh a39b88f0fb cc3200/mods/pybuart: Implement uart.flush() and uart.txdone(). 2 years ago
robert-hh cc0249c936 nrf/modules/machine/uart: Implement uart.flush() and uart.txdone(). 2 years ago
robert-hh 8ea6fefc6d stm32/machine_uart: Implement uart.flush() and uart.txdone(). 2 years ago
robert-hh 8804993d0f esp8266/machine_uart: Implement uart.flush() and uart.txdone(). 2 years ago
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