openthread: enable ot_cli on esp32h2

This commit is contained in:
Shu Chen
2021-07-09 12:18:41 +08:00
committed by simon.chupin
parent 064f12cb90
commit 48b98214ae

View File

@@ -27,3 +27,4 @@ PROVIDE ( GPSPI4 = 0x60037000 );
PROVIDE ( APB_SARADC = 0x60040000 ); PROVIDE ( APB_SARADC = 0x60040000 );
PROVIDE ( USB_SERIAL_JTAG = 0x60043000 ); PROVIDE ( USB_SERIAL_JTAG = 0x60043000 );
PROVIDE ( GDMA = 0x6003F000 ); PROVIDE ( GDMA = 0x6003F000 );
PROVIDE ( IEEE802154 = 0x60047000 );