add WDT, new console, ...

This commit is contained in:
pvvx 2017-02-28 10:39:37 +03:00
parent e851661fa4
commit de57c04fb4
21 changed files with 3158 additions and 2639 deletions

View file

@ -61,6 +61,7 @@
#define CONFIG_WDG 1
#undef CONFIG_WDG_NON
#define CONFIG_WDG_NORMAL 1
#define CONFIG_WDG_ON_IDLE 1 // add pvvx: wdt on -> main.c + tasks.c
#define CONFIG_GDMA_EN 1
#define CONFIG_GDMA_NORMAL 1
#undef CONFIG_GDMA_TEST

View file

@ -13,7 +13,7 @@
/**
* For AT cmd Log service configurations
*/
#define SUPPORT_LOG_SERVICE 1
#define SUPPORT_LOG_SERVICE 0
#if SUPPORT_LOG_SERVICE
#define LOG_SERVICE_BUFLEN 100 //can't larger than UART_LOG_CMD_BUFLEN(127)
#define CONFIG_LOG_HISTORY 0

View file

@ -79,7 +79,7 @@ typedef struct _USR_server_setings
} mp3_server_setings;
extern mp3_server_setings mp3_serv;
extern void at_USR_init(void);
extern void start_init(void);
#endif // CONFIG_AT_USR