Skip to content

Commit 2ec9f04

Browse files
committed
hw/xtensa: add ESP32 machine
1 parent 4f3c340 commit 2ec9f04

File tree

7 files changed

+826
-0
lines changed

7 files changed

+826
-0
lines changed

default-configs/devices/xtensa-softmmu.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CONFIG_SEMIHOSTING=y
77
CONFIG_XTENSA_SIM=y
88
CONFIG_XTENSA_VIRT=y
99
CONFIG_XTENSA_XTFPGA=y
10+
CONFIG_XTENSA_ESP32=y

hw/xtensa/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ config XTENSA_XTFPGA
1212
select OPENCORES_ETH
1313
select PFLASH_CFI01
1414
select SERIAL
15+
16+
config XTENSA_ESP32
17+
bool
18+
select SSI
19+
select SSI_M25P80
20+
select UNIMP
21+
select OPENCORES_ETH
22+
select TMP105
23+
24+

0 commit comments

Comments
 (0)