commit | e260d036866bfd06f402dc65c499628cc561622d | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Sep 13 12:03:10 2023 +0000 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Sep 09 10:07:33 2024 +0200 |
tree | 65e7e7fbfc7dacef14af9134d59a872a53f452a4 | |
parent | 736289a6916d065030726b726b81c8bf1e97e924 [diff] |
init: introduce soc and board hooks Introduce soc and board hooks to replace arch specific code and replace usages of SYS_INIT for platform initialization. include/zephyr/platform/hooks.h introduces the hooks to be implemented by boards and SoCs. Signed-off-by: Anas Nashif <anas.nashif@intel.com>