X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Flm3s.h;h=10fe02af8573fde22aea0bd4256ba18d8573ef75;hb=e5ae58a13772adb3aad5cd50404efb18b3aca5a8;hp=93c14e1f4351149aeb64b876b09f6024686f8c87;hpb=bf5053552ca4143f188cd083ad401edd7f99a3bb;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/lm3s.h b/bertos/cpu/cortex-m3/io/lm3s.h index 93c14e1f..10fe02af 100644 --- a/bertos/cpu/cortex-m3/io/lm3s.h +++ b/bertos/cpu/cortex-m3/io/lm3s.h @@ -26,26 +26,26 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2007 Develer S.r.l. (http://www.develer.com/) + * Copyright 2010 Develer S.r.l. (http://www.develer.com/) * * --> * - * \version $Id$ - * - * \author Manuele Fanelli - * - * Luminary Micro Stellaris LM3S common definitions. - * This file is based on NUT/OS implementation. See license below. + * \author Andrea Righi */ #ifndef LM3S_H #define LM3S_H #include +#include + #if CPU_ARM_LM3S1968 #include "lm3s1968.h" - + #include "lm3s_types.h" + #include "lm3s_ints.h" + #include "lm3s_nvic.h" + #include "lm3s_sysctl.h" #else #error Missing I/O definitions for CPU. #endif