Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more
This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.
Note, you must import this library with import name: events!!!
Revision 9780:601489fc6075, committed 2017-02-08
- Comitter:
- Sam Grove
- Date:
- Wed Feb 08 17:20:42 2017 -0600
- Parent:
- 9778:a21c7b9f3534
- Parent:
- 9779:0d8221c61680
- Child:
- 9782:6d175866e5cc
- Child:
- 9810:06c47a99234c
- Commit message:
- Merge pull request #3718 from bridadan/uvisor_define_fix
Fixing uvisor defines to fix build issues
Changed in this revision
--- a/cmsis/core_cmSecureAccess.h Tue Feb 07 10:39:22 2017 -0600 +++ b/cmsis/core_cmSecureAccess.h Wed Feb 08 17:20:42 2017 -0600 @@ -42,7 +42,7 @@ /* ########################### Core Secure Access ########################### */ #ifdef FEATURE_UVISOR -#include "uvisor-lib.h" +#include "uvisor-lib/uvisor-lib.h" /* Secure uVisor implementation. */
--- a/features/FEATURE_UVISOR/includes/uvisor-lib/rtx/rtx_box_index.h Tue Feb 07 10:39:22 2017 -0600
+++ b/features/FEATURE_UVISOR/includes/uvisor-lib/rtx/rtx_box_index.h Wed Feb 08 17:20:42 2017 -0600
@@ -18,6 +18,7 @@
#define __RTX_BOX_INDEX_H__
#include "cmsis_os.h"
+#include "api/inc/vmpu_exports.h"
#ifdef __cplusplus
extern "C" {