mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2024-10-31 17:34:18 +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 "rtconfig.h"
|
||||
|
||||
extern int rtthread_startup(void);
|
||||
|
||||
void APP_Start(void)
|
||||
{
|
||||
#if CONFIG_SOC_PS_MODULE
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
/*
|
||||
* < CONFIG OS
|
||||
*/
|
||||
#define CONFIG_KERNEL 1
|
||||
// #define CONFIG_KERNEL 0
|
||||
#define PLATFORM_FREERTOS 1
|
||||
#undef PLATFORM_UCOSII
|
||||
#undef PLATFORM_ECOS
|
||||
|
|
|
@ -297,6 +297,7 @@ UartLogCmdExecuteRam(
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_KERNEL
|
||||
|
||||
VOID
|
||||
RtlConsolTaskRam(
|
||||
|
@ -361,6 +362,7 @@ RtlConsolTaskRam(
|
|||
}
|
||||
}while(1);
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Set UartLog Baud Rate use baudrate val.
|
||||
|
|
Loading…
Reference in a new issue