Merge branch 'feature/specify_includes_belonging_esp32' into 'master'

move esp32 chip specific includes to esp32/xxx.h

See merge request idf/esp-idf!4534
This commit is contained in:
Ivan Grokhotkov
2019-03-21 18:34:08 +08:00
44 changed files with 403 additions and 397 deletions

View File

@@ -152,7 +152,7 @@ INPUT = \
../../components/heap/include/esp_heap_caps_init.h \
../../components/heap/include/multi_heap.h \
## Himem
../../components/esp32/include/esp_himem.h \
../../components/esp32/include/esp32/himem.h \
## Interrupt Allocation
../../components/esp32/include/esp_intr_alloc.h \
## Watchdogs

View File

@@ -30,4 +30,4 @@ An example doing a simple memory test of the high memory range is available in e
API Reference
-------------
.. include:: /_build/inc/esp_himem.inc
.. include:: /_build/inc/himem.inc