micropython/ports
garywill ec876a5e27 esp32/README: Make some minor improvements to the README.
Changes:
- To add user to Linux dialout group, usermod is the universal Linux way.
  adduser is Debian-based way.
- When installing IDF, we don't have to install all toolchains for all
  chips.
- List currently supported chip models.
- Other minor typo and gramma corrections.

Signed-off-by: garywill <garywill@disroot.org>
2025-02-28 16:13:55 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 docs,ports: Fix some comments and error messages with doubled-up words. 2024-11-30 13:08:33 +11:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32/README: Make some minor improvements to the README. 2025-02-28 16:13:55 +11:00
esp8266 esp8266/network_wlan: Make WLAN.config(channel=x) use wifi_set_channel. 2025-02-07 12:21:39 +11:00
mimxrt all: Upgrade codespell to v2.4.1. 2025-02-25 16:11:33 +11:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf all: Upgrade to ruff v0.9.6. 2025-02-25 13:02:49 +01:00
pic16bit pic16bit: Make it build with recent XC16 versions. 2024-10-30 17:21:30 +11:00
powerpc py/mpconfig: Disable qstr hashing at minimum feature level. 2024-01-25 16:38:17 +11:00
qemu qemu/boards/SABRELITE: Increase MicroPython heap to 160k. 2025-02-26 16:11:09 +11:00
renesas-ra renesas-ra/Makefile: Remove id_code section from binary file generation. 2025-02-14 12:08:03 +11:00
rp2 rp2/machine_i2c: Make I2C bus ID arg optional with default. 2025-02-28 15:17:34 +11:00
samd all: Upgrade codespell to v2.4.1. 2025-02-25 16:11:33 +11:00
stm32 stm32/sdcard: Drop the pyb.SDCard timeout from 60 to 30 seconds. 2025-02-26 10:42:28 +11:00
unix unix: Add recursive mutex support. 2025-02-03 15:02:02 +11:00
webassembly tests/run-tests.py: Change --target/--device options to --test-instance. 2024-11-04 12:47:47 +11:00
windows all: Upgrade codespell to v2.4.1. 2025-02-25 16:11:33 +11:00
zephyr zephyr/boards: Add support for BeagleConnect Freedom. 2024-10-15 11:44:42 +11:00