]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/docs_general_notes' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 17 Nov 2016 11:00:03 +0000 (19:00 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 17 Nov 2016 11:00:03 +0000 (19:00 +0800)
commit3bbe41c34d7afe0888adbc048cbb44aa4fce9d88
tree1b387133057e18af0581112569aba23b52e1850b
parentacafa9aaa89b1d3fa0e9d412a07f07f0b3b2dd92
parent13d47343992a861de7e04ae8191a630ee5b21016
Merge branch 'feature/docs_general_notes' into 'master'

Docs: new documentation and warnings cleanup

This change set

- adds a high-level description of application startup flow. Some parts are missing, but hopefully we can use this description as a base to expand on.
- adds a few notes about memory regions and their use in ESP-IDF.
- add SPI flash and partition APIs page
- fixes all Doxygen warnings in header files
- enables build failures on new Doxygen warnings

See merge request !201