remove other heap 1-3 of freeRTOS

ngx4330 work well with lpc/keil for non/freeRTOS
This commit is contained in:
hathach
2014-03-05 16:44:37 +07:00
parent c16ea6253a
commit 962e8a2546
8 changed files with 1720 additions and 611 deletions

View File

@@ -54,7 +54,10 @@ const static struct {
void board_init(void)
{
CGU_Init();
#if TUSB_CFG_OS == TUSB_OS_NONE // TODO may move to main.c
SysTick_Config( CGU_GetPCLKFrequency(CGU_PERIPHERAL_M4CORE)/CFG_TICKS_PER_SECOND ); /* 1 ms Timer */
#endif
//------------- USB Bus power HOST ONLY-------------//
scu_pinmux(0x1, 7, MD_PUP | MD_EZI, FUNC4); // P1_7 USB0_PWR_EN, USB0 VBus function Xplorer