]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/high_timer_int' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 18 Jan 2017 02:31:03 +0000 (10:31 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 18 Jan 2017 02:31:03 +0000 (10:31 +0800)
Delete option to select core timer 2 as a FreeRTOS tick source

Core timer 2 is unusable for FreeRTOS ticks because it triggers a high-level interrupt. This MR deletes the option to select it.

Ref https://github.com/espressif/esp-idf/issues/234

See merge request !418


Trivial merge