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 Aug 1, 2022
1 parent deaa750 commit 686dadc
Show file tree
Hide file tree
Showing 8 changed files with 965 additions and 0 deletions.
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
11 changes: 11 additions & 0 deletions hw/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ 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


Loading

0 comments on commit 686dadc

Please sign in to comment.