mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 11:12:27 -05:00
Add the Keil project to the SmartFusion demo directory, and update the source code so it compiles with both IAR and Keil.
This commit is contained in:
parent
f155921461
commit
44fc593dfe
8 changed files with 2898 additions and 6 deletions
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
/* Use a guard to ensure the following few definitions are'nt included in
|
||||
assembly files that include this header file. */
|
||||
#ifdef __ICCARM__
|
||||
#ifndef __IASMARM__
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
extern uint32_t SystemFrequency;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue