[0/1] C:\Windows\system32\cmd.exe /C "cd /D C:\Espressif\frameworks\esp-idf-v5.4.1\components\esptool_py && C:\Espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Espressif/frameworks/esp-idf-v5.4.1 -D SERIAL_TOOL=C:/Espressif/python_env/idf5.4_py3.11_env/Scripts/python.exe;-m;esp_idf_monitor -D SERIAL_TOOL_ARGS=--toolchain-prefix;xtensa-esp32s3-elf-;;--target;esp32s3;;--revision;0;;C:/Users/HomePC/Desktop/Projects/rc-car/build/rc-car.elf -D WORKING_DIRECTORY=C:/Users/HomePC/Desktop/Projects/rc-car/build -P run_serial_tool.cmake" 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=0cc80h ( 52352) map I (98) esp_image: segment 1: paddr=0001cca8 vaddr=3fc93100 size=02df8h ( 11768) load I (101) esp_image: segment 2: paddr=0001faa8 vaddr=40374000 size=00570h ( 1392) load I (104) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=1cc6ch (117868) map I (132) esp_image: segment 4: paddr=0003cc94 vaddr=40374570 size=0eab8h ( 60088) load I (146) esp_image: segment 5: paddr=0004b754 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 (173) 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: 38eaccf60... 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 3FC96D48 len 000529C8 (330 KiB): RAM I (217) 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 (258) 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: 384092 bytes I (289) APP_MAIN: Minimum free heap size: 384092 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 (3106) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal I (3106) LED_TASK: Received signal, LED set to ON I (3306) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal I (3306) LED_TASK: Received signal, LED set to OFF I (3383) APP_MAIN: Starting Jump Bird game loop. I (3383) JUMP_BIRD_GAME: Initializing Jump Bird Game state... I (3383) APP_MAIN: Game finished. Displaying final message. I (3387) APP_MAIN: All tasks and queue initialized. Main idle loop... I (3487) DISPLAY_TASK: Display updated (content changed). I (3488) DISPLAY_TASK: Line 0: "Game Over!" I (3488) DISPLAY_TASK: Line 1: "Thanks for" I (3489) DISPLAY_TASK: Line 2: "playing!" I (4186) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal I (4186) LED_TASK: Received signal, LED set to ON I (4426) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal I (4426) LED_TASK: Received signal, LED set to OFF I (5076) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal I (5076) LED_TASK: Received signal, LED set to ON I (5226) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal I (5226) LED_TASK: Received signal, LED set to OFF I (6096) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal I (6096) LED_TASK: Received signal, LED set to ON I (6286) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal I (6286) LED_TASK: Received signal, LED set to OFF I (55216) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal I (55216) LED_TASK: Received signal, LED set to ON I (55446) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal I (55446) LED_TASK: Received signal, LED set to OFF I (56016) BUTTON_TASK: Button HIGH (PRESSED) -> Sending ON signal I (56016) LED_TASK: Received signal, LED set to ON I (56156) BUTTON_TASK: Button LOW (NOT PRESSED) -> Sending OFF signal I (56156) LED_TASK: Received signal, LED set to OFF