foss-for-synopsys-dwc-arc-processors / embarc_osp

embARC Open Software Platform (OSP) - An embedded software distribution for IoT and other embedded applications for ARC
https://www.embarc.org/
BSD 3-Clause "New" or "Revised" License
70 stars 63 forks source link

sort examples and set tags for each example #155

Closed wangnuannuan closed 3 years ago

wangnuannuan commented 3 years ago
YuguoWH commented 3 years ago

Last week I already figured out why emsk 23 arcem9d and other targets fail: those targets have ICACHE (ARC_FEATURE_ICACHE_PRESENT is defined) and therefore put .text to ICCM instead of EXT_RAM. The ICCM is not large enough to store examples code with ntshell/mbedtls/iot. Then we had the link error. (And I just don't know what is the best way to fix that)