Merge branch 'default_freq' into 'master'

rtos: change XT_CLOCK_FREQ from 13MHz to 80MHz

Freq has been change to `80MHz` in system_init, otherwise system tick will not be accurate now.

Maybe we can config freq by menuconfig.

See merge request !8
This commit is contained in:
Angus Gratton 2016-08-22 17:38:00 +08:00
commit eeb0811088

View file

@ -98,7 +98,8 @@
#define configNUM_THREAD_LOCAL_STORAGE_POINTERS CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS
#define XT_CLOCK_FREQ 13000000
/* TODO: config freq by menuconfig */
#define XT_CLOCK_FREQ 80000000
/* Required for configuration-dependent settings */
#include "xtensa_config.h"