Newer
Older
ESP32-RetroPlay / build / log / idf_py_stdout_output_2660
xx��x��� Conf�ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x28 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce2810,len:0x15a0
load:0x403c8700,len:0x4
load:0x403c8704,len:0xd20
load:0x403cb700,len:0x2f00
entry 0x403c8928
I (27) boot: ESP-IDF v5.4.1-dirty 2nd stage bootloader
I (27) boot: compile time Jul 27 2025 17:11:24
I (27) boot: Multicore bootloader
I (28) boot: chip revision: v0.2
I (30) boot: efuse block revision: v1.3
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode       : DIO
I (42) boot.esp32s3: SPI Flash Size : 2MB
I (45) boot: Enabling RNG early entropy source...
I (50) boot: Partition Table:
I (52) boot: ## Label            Usage          Type ST Offset   Length
I (59) boot:  0 nvs              WiFi data        01 02 00009000 00006000
I (65) boot:  1 phy_init         RF data          01 01 0000f000 00001000
I (72) boot:  2 factory          factory app      00 00 00010000 00100000
I (78) boot: End of partition table
I (82) esp_image: segment 0: paddr=00010020 vaddr=3c020020 size=0cc40h ( 52288) map
I (98) esp_image: segment 1: paddr=0001cc68 vaddr=3fc93000 size=02df8h ( 11768) load
I (101) esp_image: segment 2: paddr=0001fa68 vaddr=40374000 size=005b0h (  1456) load
I (104) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=1cb78h (117624) map
I (132) esp_image: segment 4: paddr=0003cba0 vaddr=403745b0 size=0ea28h ( 59944) load
I (146) esp_image: segment 5: paddr=0004b5d0 vaddr=600fe100 size=0001ch (    28) load
I (152) boot: Loaded app from partition at offset 0x10000
I (152) boot: Disabling RNG early entropy source...
I (163) cpu_start: Multicore app
I (172) cpu_start: Pro cpu start user code
I (172) cpu_start: cpu freq: 160000000 Hz
I (172) app_init: Application information:
I (173) app_init: Project name:     rc-car
I (176) app_init: App version:      1
I (180) app_init: Compile time:     Jul 27 2025 17:29:01
I (185) app_init: ELF file SHA256:  fbe8497dd...
I (189) app_init: ESP-IDF:          v5.4.1-dirty
I (193) efuse_init: Min chip rev:     v0.0
I (197) efuse_init: Max chip rev:     v0.99 
I (201) efuse_init: Chip rev:         v0.2
I (205) heap_init: Initializing. RAM available for dynamic allocation:
I (211) heap_init: At 3FC96C08 len 00052B08 (330 KiB): RAM
I (216) heap_init: At 3FCE9710 len 00005724 (21 KiB): RAM
I (222) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (227) heap_init: At 600FE11C len 00001ECC (7 KiB): RTCRAM
I (233) spi_flash: detected chip: generic
I (236) spi_flash: flash io: dio
W (239) spi_flash: Detected size(16384k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (251) sleep_gpio: Configure to isolate all GPIO pins in sleep state
I (257) sleep_gpio: Enable automatic switching of GPIO sleep configuration
I (264) main_task: Started on CPU0
I (282) main_task: Calling app_main()
I (283) APP_MAIN: Hello world!
This is esp32s3 chip with 2 CPU core(s), WiFi/BLE, silicon revision v0.2, 2MB external flash
Minimum free heap size: 384412 bytes
I (289) APP_MAIN: Minimum free heap size: 384412 bytes
I (294) APP_MAIN: Attempting to create LED control queue...
I (299) APP_MAIN: LED control queue created successfully.
I (304) APP_MAIN: Attempting to start LED control task...
I (310) gpio: GPIO[41]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (318) LED_TASK: LED Control Task started. Waiting for signals...
I (324) LED_TASK: LED Control task created successfully!
I (329) APP_MAIN: Attempting to start button monitor task...
I (334) gpio: GPIO[37]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (343) BUTTON_TASK: Button Monitor Task started. Monitoring GPIO 37 (No Debounce).
I (350) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal
I (356) BUTTON_TASK: Button Monitor task created successfully!
I (356) LED_TASK: Received signal, LED set to OFF
I (366) APP_MAIN: Attempting to start display task...
I (371) DISPLAY_TASK: Display Manager Task started.
I (376) DISPLAY_TASK: Display task created.
I (377) SSD1306: OLED configured successfully
I (470) DISPLAY_TASK: SSD1306 initialized and screen cleared.
I (573) DISPLAY_TASK: Display updated (content changed).
I (573) DISPLAY_TASK: Line 0: "Jump Bird Game"
I (573) DISPLAY_TASK: Line 1: "Press Button"
I (575) DISPLAY_TASK: Line 2: "to Jump!"
I (2436) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal
I (2436) LED_TASK: Received signal, LED set to ON
I (2796) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal
I (2796) LED_TASK: Received signal, LED set to OFF
I (3383) APP_MAIN: Starting Jump Bird game loop.
I (3383) APP_MAIN: Game finished. Displaying final message.
I (3383) APP_MAIN: All tasks and queue initialized. Main idle loop...
I (3483) DISPLAY_TASK: Display updated (content changed).
I (3484) DISPLAY_TASK: Line 0: "Game Over!"
I (3484) DISPLAY_TASK: Line 1: "Thanks for"
I (3485) DISPLAY_TASK: Line 2: "playing!"
I (4916) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal
I (4916) LED_TASK: Received signal, LED set to ON
I (5076) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal
I (5076) LED_TASK: Received signal, LED set to OFF
I (5876) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal
I (5876) LED_TASK: Received signal, LED set to ON
I (6026) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal
I (6026) LED_TASK: Received signal, LED set to OFF
I (6546) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal
I (6546) LED_TASK: Received signal, LED set to ON
I (6646) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal
I (6646) LED_TASK: Received signal, LED set to OFF
I (6936) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal
I (6936) LED_TASK: Received signal, LED set to ON
I (7086) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal
I (7086) LED_TASK: Received signal, LED set to OFF
I (7786) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal
I (7786) LED_TASK: Received signal, LED set to ON
I (7926) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal
I (7926) LED_TASK: Received signal, LED set to OFF
I (10046) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal
I (10046) LED_TASK: Received signal, LED set to ON
I (10226) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal
I (10226) LED_TASK: Received signal, LED set to OFF