feat(esp32h4): disable unsupported build

This commit is contained in:
Chen Jichang
2025-03-21 11:54:08 +08:00
parent c34b4eb882
commit 6c4271d4bb
95 changed files with 385 additions and 251 deletions
@@ -138,6 +138,7 @@ SECTIONS
.dram0.data :
{
*(.dram1 .dram1.*) /* catch stray DRAM_ATTR */
*(.data)
*(.data.*)
*(.gnu.linkonce.d.*)
@@ -163,6 +164,7 @@ SECTIONS
*(.gcc_except_table)
*(.gnu.linkonce.e.*)
*(.gnu.version_r)
*(.eh_frame_hdr)
*(.eh_frame)
. = (. + 3) & ~ 3;
/* C++ constructor and destructor tables, properly ordered: */