From 33ddb566a7565b4fba4a68939d43bcdb5f132836 Mon Sep 17 00:00:00 2001 From: danicampora Date: Sun, 22 Feb 2015 17:31:26 +0100 Subject: cc3200: Remove dependencies from FreeRTOS. Use the simplelink wrappers instead. This is one step further towards having a single module for the cc3200 and the cc3100. --- cc3200/hal/cc3200_hal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cc3200/hal') diff --git a/cc3200/hal/cc3200_hal.h b/cc3200/hal/cc3200_hal.h index 71b644239..5ce93edd2 100644 --- a/cc3200/hal/cc3200_hal.h +++ b/cc3200/hal/cc3200_hal.h @@ -39,6 +39,9 @@ #define HAL_SYSTICK_PERIOD_US 1000U #define UTILS_DELAY_US_TO_COUNT(us) (((us) * HAL_FCPU_MHZ) / 3) +#define HAL_NVIC_INT_CTRL_REG (*((volatile uint32_t *) 0xE000ED04 ) ) +#define HAL_VECTACTIVE_MASK (0x1FUL) + /****************************************************************************** DEFINE TYPES ******************************************************************************/ -- cgit v1.2.3