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:
Richard Barry 2011-04-28 19:37:30 +00:00
parent f155921461
commit 44fc593dfe
8 changed files with 2898 additions and 6 deletions

View file

@ -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;