From e5440a966ef8e7569550c8fe4b9ff3ae08459898 Mon Sep 17 00:00:00 2001 From: Bunnaroath Sou Date: Thu, 31 Jan 2019 14:34:23 -0800 Subject: Update BSP files after unit test e24 clic interrupts --- bsp/freedom-e310-arty/mee.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bsp/freedom-e310-arty') diff --git a/bsp/freedom-e310-arty/mee.h b/bsp/freedom-e310-arty/mee.h index c9f4220..695d43f 100644 --- a/bsp/freedom-e310-arty/mee.h +++ b/bsp/freedom-e310-arty/mee.h @@ -3,6 +3,10 @@ #ifndef FREEDOM_E310_ARTY__MEE_H #define FREEDOM_E310_ARTY__MEE_H +#ifdef __MEE_MACHINE_MACROS +#endif + +#ifndef __MEE_MACHINE_MACROS #define __MEE_CLINT_2000000_INTERRUPTS 2 #define MEE_MAX_CLINT_INTERRUPTS __MEE_CLINT_2000000_INTERRUPTS @@ -16,7 +20,7 @@ #define MEE_MAX_GPIO_INTERRUPTS __MEE_GPIO_10012000_INTERRUPTS #define __MEE_SERIAL_10013000_INTERRUPTS 1 -#define MEE_MAX_UART_INTERRUPTS __MEE_SERIAL_10013000_INTERRUPTS +#define MEE_MAX_UART_INTERRUPTS 1 #include #include @@ -231,6 +235,8 @@ struct __mee_driver_sifive_gpio_button *__mee_button_table[] = { asm (".weak __mee_switch_table"); struct __mee_driver_sifive_gpio_switch *__mee_switch_table[] = { NULL }; +#endif + #endif /*MEE__MACHINE__FREEDOM_E310_ARTY__MEE_H*/ #endif/*ASSEMBLY*/ -- cgit v1.2.1-18-gbd029