mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
8c8b03208e
commit
8e26e8ec8d
24 changed files with 2592 additions and 2483 deletions
|
|
@ -611,7 +611,7 @@ SpicReadIDRtl8195A(
|
|||
SpicInitPara.flashtype = FLASH_MICRON;
|
||||
else if(SpicInitPara.id[0] == 0xC2)
|
||||
SpicInitPara.flashtype = FLASH_MXIC;
|
||||
else if(SpicInitPara.id[0] == 0xEF)
|
||||
else if(SpicInitPara.id[0] == 0xEF || SpicInitPara.id[0] == 0xC8) // + GigaDevice
|
||||
SpicInitPara.flashtype = FLASH_WINBOND;
|
||||
else
|
||||
SpicInitPara.flashtype = FLASH_OTHERS;
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
#include "freertos_pmu.h"
|
||||
#endif
|
||||
#include "tcm_heap.h"
|
||||
//#include "log_service.h"
|
||||
|
||||
//MON_RAM_BSS_SECTION UART_LOG_CTL UartLogCtl;
|
||||
//MON_RAM_BSS_SECTION UART_LOG_CTL *pUartLogCtl;
|
||||
|
|
@ -274,7 +275,7 @@ extern xSemaphoreHandle log_rx_interrupt_sema;
|
|||
//======================================================
|
||||
void console_cmd_exec(PUART_LOG_CTL pUartLogCtlExe)
|
||||
{
|
||||
u8 CmdCnt = 0;
|
||||
// u8 CmdCnt = 0;
|
||||
u8 argc = 0;
|
||||
u8 **argv;
|
||||
//u32 CmdNum;
|
||||
|
|
@ -311,6 +312,7 @@ RtlConsolTaskRam(
|
|||
)
|
||||
{
|
||||
#if SUPPORT_LOG_SERVICE
|
||||
extern void log_service_init(void);
|
||||
log_service_init();
|
||||
#else
|
||||
#ifdef CONFIG_AT_USR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue