mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2024-11-01 01:44:16 +00:00
commit
3e75e46d81
4 changed files with 579 additions and 423 deletions
File diff suppressed because it is too large
Load diff
|
@ -11,6 +11,8 @@
|
||||||
#include "build_info.h"
|
#include "build_info.h"
|
||||||
#include "rtconfig.h"
|
#include "rtconfig.h"
|
||||||
|
|
||||||
|
extern int rtthread_startup(void);
|
||||||
|
|
||||||
void APP_Start(void)
|
void APP_Start(void)
|
||||||
{
|
{
|
||||||
#if CONFIG_SOC_PS_MODULE
|
#if CONFIG_SOC_PS_MODULE
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
/*
|
/*
|
||||||
* < CONFIG OS
|
* < CONFIG OS
|
||||||
*/
|
*/
|
||||||
#define CONFIG_KERNEL 1
|
// #define CONFIG_KERNEL 0
|
||||||
#define PLATFORM_FREERTOS 1
|
#define PLATFORM_FREERTOS 1
|
||||||
#undef PLATFORM_UCOSII
|
#undef PLATFORM_UCOSII
|
||||||
#undef PLATFORM_ECOS
|
#undef PLATFORM_ECOS
|
||||||
|
|
|
@ -297,6 +297,7 @@ UartLogCmdExecuteRam(
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef CONFIG_KERNEL
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
RtlConsolTaskRam(
|
RtlConsolTaskRam(
|
||||||
|
@ -361,6 +362,7 @@ RtlConsolTaskRam(
|
||||||
}
|
}
|
||||||
}while(1);
|
}while(1);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set UartLog Baud Rate use baudrate val.
|
* @brief Set UartLog Baud Rate use baudrate val.
|
||||||
|
|
Loading…
Reference in a new issue