ST / ST_Events-old

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:
7648:75e4c00cee42
Parent:
7604:4544d30abb2a
Child:
7721:6f7c7f16fd17
diff -r b4043cdfa520 -r 75e4c00cee42 hal/common/retarget.cpp
--- 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 */