able to build freeRTOS with lpc175x_6x

This commit is contained in:
hathach
2014-03-03 16:25:34 +07:00
parent 6770a36cba
commit 22a84f744d
9 changed files with 2946 additions and 1301 deletions

View File

@@ -318,8 +318,10 @@
#include "tusb_option.h"
#ifdef __GNUC__
#if TUSB_CFG_MCU==MCU_LPC43XX // TODO M0 M4
#if __CORTEX_M == 4 // TODO M0 M4
#include "../portable/GCC/ARM_CM4F/portmacro.h"
#elif __CORTEX_M == 3
#include "../portable/GCC/ARM_CM3/portmacro.h"
#else
#error portmacro.h for mcu is not supported yet
#endif