aboutsummaryrefslogtreecommitdiff
path: root/ci/expected
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2024-04-10 20:35:14 +0200
committerGitHub <noreply@github.com>2024-04-10 18:35:14 +0000
commite4cc5fd17b8a2df332af0ee25c8bd7092e66afb0 (patch)
treed3d5129e727b884ef4f07aabbfe32e0c6d3d12b1 /ci/expected
parent420ca5105809430f18114abc6b72ca3b09e93943 (diff)
CI: Add ESP32-C3 QEMU support (#914)
* CI: ESP32-C3: QEMU support * CI: ESP32C3: Script for preparing and running * CI: gitignore qemu.log * ESP32-C3: Example sw_and_hw output
Diffstat (limited to 'ci/expected')
-rw-r--r--ci/expected/esp32c3/sw_and_hw.run36
1 files changed, 36 insertions, 0 deletions
diff --git a/ci/expected/esp32c3/sw_and_hw.run b/ci/expected/esp32c3/sw_and_hw.run
new file mode 100644
index 0000000..0effdbd
--- /dev/null
+++ b/ci/expected/esp32c3/sw_and_hw.run
@@ -0,0 +1,36 @@
+QEMU 8.2.0 monitor - type 'help' for more information
+(qemu) q
+ESP-ROM:esp32c3-api1-20210207
+Build:Feb 7 2021
+rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
+SPIWP:0xee
+mode:DIO, clock div:2
+load:0x3fcd5820,len:0x1714
+load:0x403cc710,len:0x968
+load:0x403ce710,len:0x2f9c
+entry 0x403cc710
+I (0) boot: ESP-IDF v5.1.2-342-gbcf1645e44 2nd stage bootloader
+I (0) boot: compile time Dec 12 2023 10:50:58
+I (0) boot: chip revision: v0.3
+I (0) boot.esp32c3: SPI Speed : 40MHz
+I (0) boot.esp32c3: SPI Mode : SLOW READ
+I (0) boot.esp32c3: SPI Flash Size : 4MB
+I (0) boot: Enabling RNG early entropy source...
+I (1) boot: Partition Table:
+I (1) boot: ## Label Usage Type ST Offset Length
+I (1) boot: 0 nvs WiFi data 01 02 00009000 00006000
+I (1) boot: 1 phy_init RF data 01 01 0000f000 00001000
+I (1) boot: 2 factory factory app 00 00 00010000 003f0000
+I (1) boot: End of partition table
+I (1) esp_image: segment 0: paddr=00010020 vaddr=3c010020 size=022e4h ( 8932) map
+I (3) esp_image: segment 1: paddr=0001230c vaddr=40380000 size=01250h ( 4688) load
+I (3) esp_image: segment 2: paddr=00013564 vaddr=00000000 size=0cab4h ( 51892) 
+I (8) esp_image: segment 3: paddr=00020020 vaddr=42000020 size=05db4h ( 23988) map
+I (11) boot: Loaded app from partition at offset 0x10000
+I (11) boot: Disabling RNG early entropy source...
+init
+Inside high prio task, press button now!
+Leaving high prio task.
+idle
+Inside low prio task, press button now!
+Leaving low prio task.