Skip to content

Commit

Permalink
hw/xtensa: add ESP32 machine
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Feb 17, 2023
1 parent 16b691d commit 1f88fe7
Show file tree
Hide file tree
Showing 9 changed files with 972 additions and 1 deletion.
1 change: 1 addition & 0 deletions configs/devices/xtensa-softmmu/default.mak
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ CONFIG_SEMIHOSTING=y
CONFIG_XTENSA_SIM=y
CONFIG_XTENSA_VIRT=y
CONFIG_XTENSA_XTFPGA=y
CONFIG_XTENSA_ESP32=y
12 changes: 12 additions & 0 deletions hw/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ config XTENSA_XTFPGA
select OPENCORES_ETH
select PFLASH_CFI01
select SERIAL

config XTENSA_ESP32
bool
select SSI
select SSI_M25P80
select UNIMP
select OPENCORES_ETH
select DWC_SDMMC
select TMP105
select LED


Loading

0 comments on commit 1f88fe7

Please sign in to comment.