]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/fixes_from_github' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 16 Jan 2017 02:26:58 +0000 (10:26 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 16 Jan 2017 02:26:58 +0000 (10:26 +0800)
commit72da7aa53b08de2938e66c63ded411b7174b491d
tree677dec05364a8977e7344bf7e71f32fc1befa7c0
parent27711b7c228323e3611a241360d1fe502c708f28
parentea19838d3a9e4dc100a90209fa4e4084577521d0
Merge branch 'bugfix/fixes_from_github' into 'master'

fixes for github issues

This MR includes commits from several Github PRs, as well some fixes for issues reported on Github and on the forum.

- compile PHY-related code only when WiFi is enabled
- fix macOS setup instructions
- fix some of the Sphinx warnings
- update docs index, improve structure of the readme-
- wifi: fix typos, rename ESP_ERR_WIFI_NOT_START to ESP_ERR_WIFI_NOT_STARTED
- sdmmc: fix explanation of flash voltage regulator configuration efuses
- sdmmc: change idx num of example
- fix i2c_get_period name
- fix esp_log_level_set function name in docs

See merge request !420