ARMv7-M: Add support for the IAR compiler

This commit is contained in:
Aleksandr Vyhovanec
2016-04-02 08:14:09 -06:00
committed by Gregory Nutt
parent bd2da2f543
commit 472115eda9
10 changed files with 462 additions and 28 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ struct xcptcontext
* are pending signals to be processed.
*/
void *sigdeliver; /* Actual type is sig_deliver_t */
FAR void *sigdeliver; /* Actual type is sig_deliver_t */
/* These are saved copies of LR, PRIMASK, and xPSR used during
* signal processing.