Skip to content

Commit

Permalink
hw/xtensa: implement ESP32S3 machine
Browse files Browse the repository at this point in the history
This also includes the ESP32S3 BIOS (ROM bootloader)
  • Loading branch information
dmitry1945 authored and igrr committed Jun 6, 2024
1 parent 56693ea commit b9688cd
Show file tree
Hide file tree
Showing 7 changed files with 928 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hw/riscv/esp32c3.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include "hw/nvram/esp32c3_efuse.h"
#include "hw/riscv/esp32c3_clk.h"
#include "hw/riscv/esp32c3_intmatrix.h"
#include "hw/dma/esp32c3_gdma.h"
#include "hw/misc/esp32c3_sha.h"
#include "hw/timer/esp32c3_timg.h"
#include "hw/timer/esp32c3_systimer.h"
Expand All @@ -47,7 +48,6 @@
#include "hw/misc/esp32c3_ds.h"
#include "hw/misc/esp32c3_xts_aes.h"
#include "hw/misc/esp32c3_jtag.h"
#include "hw/dma/esp32c3_gdma.h"
#include "hw/display/esp_rgb.h"

#define ESP32C3_IO_WARNING 0
Expand Down
Loading

0 comments on commit b9688cd

Please sign in to comment.