diff options
author | isiora <none@example.com> | 2017-08-11 11:07:10 +0000 |
---|---|---|
committer | isiora <none@example.com> | 2017-08-11 11:07:10 +0000 |
commit | e40f3fe599789c0cf03ce6542b78436d04db57c8 (patch) | |
tree | 2071efcfbd1d0f93a593d73a012ca1f41d979611 | |
parent | 4b915aa925a648614b0ed0a5d5a9f94fdd04ade2 (diff) | |
download | ChibiOS-e40f3fe599789c0cf03ce6542b78436d04db57c8.tar.gz ChibiOS-e40f3fe599789c0cf03ce6542b78436d04db57c8.tar.bz2 ChibiOS-e40f3fe599789c0cf03ce6542b78436d04db57c8.zip |
Added CH_CFG_SEC_WORLD.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10395 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rwxr-xr-x | demos/ATSAMA5D2/RT-SAMA5D2-XPLAINED/chconf.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 */
/** @} */
|