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 19, 2021
1 parent 4f3c340 commit 2ec9f04
Show file tree
Hide file tree
Showing 7 changed files with 826 additions and 0 deletions.
1 change: 1 addition & 0 deletions default-configs/devices/xtensa-softmmu.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
10 changes: 10 additions & 0 deletions hw/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ 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 TMP105


Loading

0 comments on commit 2ec9f04

Please sign in to comment.