diff --git a/configs/skp16c26/include/board.h b/configs/skp16c26/include/board.h index ffb80b69e5..bf4d975205 100644 --- a/configs/skp16c26/include/board.h +++ b/configs/skp16c26/include/board.h @@ -63,6 +63,7 @@ #define S3_DDR pd8_1 /* LEDs */ + #define RED_LED p8_0 #define YLW_LED p7_4 #define GRN_LED p7_2 @@ -71,6 +72,11 @@ #define YLW_DDR pd7_4 #define GRN_DDR pd7_2 +/* IPL settings */ + +#define M16C_DEFAULT_IPL 0 /* Default M16C Interrupt priority level */ +#undef M16C_INTERRUPT_IPL /* Default interrupt IPL to enabled nested interrupts */ + /* Define any of the following to specify interrupt priorities. A default * value of 5 will be used for any unspecified values */ diff --git a/configs/skp16c26/ostest/defconfig b/configs/skp16c26/ostest/defconfig index ffadaa5c73..6757d5d74f 100644 --- a/configs/skp16c26/ostest/defconfig +++ b/configs/skp16c26/ostest/defconfig @@ -33,7 +33,8 @@ # ############################################################################ # -# architecture selection +# architecture selection. NOTE: There are additional M16C-specific +# settings that are provided via the arch/board/board.h file. # # CONFIG_ARCH - identifies the arch subdirectory and, hence, the # processor architecture.