aboutsummaryrefslogtreecommitdiff
path: root/zephyr
AgeCommit message (Collapse)Author
2022-02-08Fixing compilation warning22.02-rc322.02-rc222.02-rc122.02Kristofer Jonsson
Change-Id: I155d79a87f9a9a0dc26c145415cc7cdd19533639
2022-02-08Renaming Zephyr module to hal_ethos_uKristofer Jonsson
Change-Id: If1bf2aa428bc906f8ba36a011fa3401151ce6b92
2021-11-30Support of tflu application using ethosu and Zephyravishi01
move the zephyr basic files to zephyr/modules/ethos-u-core-driver and update the module name in module.yml to ethos-u-core-driver move relevant cmake configuration to the CMakeLists.txt (from the applications CMakeLists.txt). Change-Id: I5b801ed06ffcfeb618fdb375c0c81b59b8ee4b1e
2021-08-31 Zephyr module files:Kristofer Jonsson
1. Update init.c: - Create a new flow using DT_INST_FOREACH_STATUS_OKAY() macro. This macro will: - parse each node in dtb file for each npu - run "init" function with dts params - run ethosu_init() - enable irq Change-Id: Iaf370d258e0521a133ae38f2df66f93c249754f9