_refresh_pin_pulls read a fixed 40 registers from get_internals(3), but the exposed array is per-chip: classic muxgpios[40], ESP32-S3 49 (GPIO0..48). The fixed bound silently missed S3 pulls on GPIO40-48. Read _GPIO_COUNT entries instead (set from the machine at startup). Pairs with qemu-lcgamboa 547e989, which models the S3 IO_MUX pull bits and exposes them via the get_internals override — together they make INPUT_PULLUP buttons work on the emulated S3 exactly like the classic ESP32 (verified on staging with GPIO4 and GPIO40). |
||
|---|---|---|
| .. | ||
| boot_images | ||
| esp-idf-template | ||
| __init__.py | ||
| arduino_cli.py | ||
| asm8080.py | ||
| asmz80.py | ||
| board_access.py | ||
| c_compile.py | ||
| chip_compile.py | ||
| esp32_flash_image.py | ||
| esp32_i2c_slaves.py | ||
| esp32_lib_bridge.py | ||
| esp32_lib_manager.py | ||
| esp32_sd_slave.py | ||
| esp32_signals.py | ||
| esp32_spi_slaves.py | ||
| esp32_worker.py | ||
| esp_qemu_manager.py | ||
| espidf_compiler.py | ||
| gpio_shim.py | ||
| qemu_manager.py | ||
| rom_compile.py | ||
| signal_router.py | ||
| stm32_lib_manager.py | ||
| stm32_worker.py | ||
| wasm_chip_runtime.py | ||
| wasm_chip_slave.py | ||
| wifi_status_parser.py | ||