Browse Source

soc: espresssif: esp32c6: add iterable section header

Fix subsystems build by providing the iterable section header.

Signed-off-by: Marek Matej <marek.matej@espressif.com>
pull/91646/head
Marek Matej 3 weeks ago committed by Benjamin Cabé
parent
commit
188eef484a
  1. 1
      soc/espressif/esp32c6/default.ld

1
soc/espressif/esp32c6/default.ld

@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
#include <zephyr/linker/sections.h>
#include <zephyr/linker/linker-defs.h>
#include <zephyr/linker/linker-tool.h>
#include <zephyr/linker/iterable_sections.h>
#include "memory.h"

Loading…
Cancel
Save