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:
parent
4b915aa925
commit
e40f3fe599
|
@ -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 */
|
||||
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in New Issue