Skip to content

Commit fd85235

Browse files
committed
hw/xtensa: add ESP32 machine
1 parent 40eaf9a commit fd85235

File tree

7 files changed

+917
-0
lines changed

7 files changed

+917
-0
lines changed

configs/devices/xtensa-softmmu/default.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,14 @@ 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 DWC_SDMMC
23+
select TMP105
24+
25+

0 commit comments

Comments
 (0)