From e40f3fe599789c0cf03ce6542b78436d04db57c8 Mon Sep 17 00:00:00 2001 From: isiora Date: Fri, 11 Aug 2017 11:07:10 +0000 Subject: Added CH_CFG_SEC_WORLD. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10395 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'demos') diff --git a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h index f7da75670..310899797 100755 --- a/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h +++ b/demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h @@ -515,6 +515,13 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */ /*===========================================================================*/ +/** + * @brief Trust zone configuration. + * @details If enabled the kernel is configured for the secure world + * and can access specific devices. + */ +#define CH_CFG_SEC_WORLD TRUE + #endif /* CHCONF_H */ /** @} */ -- cgit v1.2.3