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/api/toolchain.h
- 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"