mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1896 from geky/align-stack-iar
Added warning about stack alignment limitations on IARpull/1910/head
commit
4dba251c33
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue