micropython/ports
Damien George 611d8f9ce8 esp32/modsocket: Fix getaddrinfo hints to set AI_CANONNAME.
Because the `ai_canonname` field is subsequently used.

ESP32_GENERIC_S3 (at least) crashes with IDF 5.2.3 without this set.

Signed-off-by: Damien George <damien@micropython.org>
2024-11-13 13:35:37 +11:00
..
bare-arm shared/libc/string0: Don't deref args for n==0 case. 2023-11-07 16:01:50 +11:00
cc3200 tests/run-tests.py: Change --target/--device options to --test-instance. 2024-11-04 12:47:47 +11:00
embed all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
esp32 esp32/modsocket: Fix getaddrinfo hints to set AI_CANONNAME. 2024-11-13 13:35:37 +11:00
esp8266 esp8266: Use the recommended network.WLAN.IF_[AP|STA] constants. 2024-11-08 12:03:48 +11:00
mimxrt ports: Include py/mphal.h instead of mphalport.h. 2024-10-09 14:39:34 +11:00
minimal minimal: Use printf instead of echo -e. 2024-02-15 16:36:22 +11:00
nrf ports: Include py/mphal.h instead of mphalport.h. 2024-10-09 14:39:34 +11: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 tests/run-tests.py: Change --target/--device options to --test-instance. 2024-11-04 12:47:47 +11:00
renesas-ra renesas-ra/pendsv: Remove preemptive keyboard interrupt via PendSV. 2024-10-15 10:32:24 +11:00
rp2 rp2/README: Remove redundant global statement from example code. 2024-10-28 11:16:04 +11:00
samd ports: Include py/mphal.h instead of mphalport.h. 2024-10-09 14:39:34 +11:00
stm32 stm32/boards/ARDUINO_OPTA: Add Opta expansion module. 2024-10-25 01:19:54 +11:00
unix unix/main: Add --version command-line option. 2024-10-15 14:44:10 +11:00
webassembly tests/run-tests.py: Change --target/--device options to --test-instance. 2024-11-04 12:47:47 +11:00
windows github/workflows: Improve MSYS2-based CI builds. 2024-07-25 16:22:21 +10:00
zephyr zephyr/boards: Add support for BeagleConnect Freedom. 2024-10-15 11:44:42 +11:00