mirror of https://github.com/ARMmbed/mbed-os.git
Added warning about stack alignment limitations on IAR
parent
9714a0edf6
commit
0defc77fb7
|
@ -51,6 +51,9 @@
|
||||||
/** MBED_ALIGN(N)
|
/** MBED_ALIGN(N)
|
||||||
* Declare a variable to be aligned on an N-byte boundary.
|
* 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
|
* @code
|
||||||
* #include "toolchain.h"
|
* #include "toolchain.h"
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue