Added CH_CFG_SEC_WORLD.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10395 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2017-08-11 11:07:10 +00:00
parent 4b915aa925
commit e40f3fe599
1 changed files with 7 additions and 0 deletions

View File

@ -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 */
/** @} */