]> granicus.if.org Git - esp-idf/commit
Merge branch 'default_freq' into 'master'
authorAngus Gratton <angus@espressif.com>
Mon, 22 Aug 2016 09:38:00 +0000 (17:38 +0800)
committerAngus Gratton <angus@espressif.com>
Mon, 22 Aug 2016 09:38:00 +0000 (17:38 +0800)
commiteeb0811088ec4a2e7fd0091a46f38afc690853d4
tree511b8cfcb11770c26a58d7e12ded2d6d3157e8f6
parentab21d1d9f24b7e6f4f97381ac844cd0405639f14
parent893ce242a1fa25d9a44f4fa184936a1ac0dc5dbc
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