aboutsummaryrefslogtreecommitdiff
path: root/targets/corstone-310
AgeCommit message (Collapse)Author
2022-06-20Update npu config for corstone-310Henrik Hoglind
The NPU config used for Corstone-310 is Ethos-U55-256. Change-Id: I386a8541ebe38b1dde4a0d3cf050e56c287815a1
2022-06-13Fix: add missing ethosu_core_*_queue mapping in scatter fileDavide Grohmann
To match the GNU ld definitions. This also solves a problem with scatter loading when data is compressed (seen in message_handler). Change-Id: I50a27d1cb0ff9fd96f84ecf41b7f21c8306b03d1
2022-05-12Add support for Cortex-M85Davide Grohmann
Rely on CMSIS code for initializing Cortex-M85 devices. Fallback to mcpu=cortex-m55 for gcc until support for cortex-m85 is available. Change-Id: I8b47563c3f0f44e35735a569f2abf8a308948e67
2022-05-06Fix: length for scatter loading should be in words not in bytesDavide Grohmann
Divide by 4 the length in bytes to get length in words as expected by the CMSIS scatter loading implementation. Change-Id: I5d239e13739a578bd61dc0b594e3453e8dcdab4d
2022-04-26Add Corstone-310 targetKristofer Jonsson
Change-Id: Idcb2238895668ee4858c2e858c02c6765f4b1702