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!!!
Diff: hal/common/retarget.cpp
- Revision:
- 7648:75e4c00cee42
- Parent:
- 7604:4544d30abb2a
- Child:
- 7721:6f7c7f16fd17
--- a/hal/common/retarget.cpp Mon Aug 29 11:07:36 2016 -0500 +++ b/hal/common/retarget.cpp Fri Sep 02 11:03:21 2016 +0100 @@ -480,10 +480,9 @@ #endif #if defined(TOOLCHAIN_GCC) -/* uVisor wraps malloc_r, realloc_r and free_r, but not calloc_r! */ -#ifndef FEATURE_UVISOR - +#ifdef FEATURE_UVISOR +#include "uvisor-lib/uvisor-lib.h" #endif/* FEATURE_UVISOR */