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:
6375:81a9af277ac6
Parent:
6231:a9915ab0d683
Child:
7482:a3c8ec7eba46
--- a/hal/api/toolchain.h	Thu Jun 09 18:52:38 2016 +0100
+++ b/hal/api/toolchain.h	Thu Jun 09 22:03:25 2016 -0500
@@ -50,6 +50,9 @@
 
 /** MBED_ALIGN(N)
  *  Declare a variable to be aligned on an N-byte boundary.
+ *
+ *  @note
+ *  IAR does not support alignment greater than word size on the stack
  *  
  *  @code
  *  #include "toolchain.h"