From 48b98214ae3d85589ae0d5774bf57bfcf62f3929 Mon Sep 17 00:00:00 2001 From: Shu Chen Date: Fri, 9 Jul 2021 12:18:41 +0800 Subject: [PATCH] openthread: enable ot_cli on esp32h2 --- components/soc/esp32c3/ld/esp32c3.peripherals.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/components/soc/esp32c3/ld/esp32c3.peripherals.ld b/components/soc/esp32c3/ld/esp32c3.peripherals.ld index 710ae9aeea..d554cf9bc8 100644 --- a/components/soc/esp32c3/ld/esp32c3.peripherals.ld +++ b/components/soc/esp32c3/ld/esp32c3.peripherals.ld @@ -27,3 +27,4 @@ PROVIDE ( GPSPI4 = 0x60037000 ); PROVIDE ( APB_SARADC = 0x60040000 ); PROVIDE ( USB_SERIAL_JTAG = 0x60043000 ); PROVIDE ( GDMA = 0x6003F000 ); +PROVIDE ( IEEE802154 = 0x60047000 );