move esp32 chip specific includes to esp32/xxx.h

This commit is contained in:
morris
2019-03-18 15:46:15 +08:00
parent f1e9078cb0
commit 956c25dedd
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