]> granicus.if.org Git - esp-idf/commitdiff
rtos: change XT_CLOCK_FREQ from 13MHz to 80MHz
authorWu Jian Gang <wujiangang@espressif.com>
Mon, 22 Aug 2016 04:04:14 +0000 (12:04 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Mon, 22 Aug 2016 04:04:14 +0000 (12:04 +0800)
Freq has been change to 80MHz in system_init

components/freertos/include/freertos/FreeRTOSConfig.h

index 9ac98582359778411ffb81b2d361c1a8220b7eed..78567d548b1c001b027b460931872a03e7b2b960 100644 (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"