esp_hw_support: move soc_memory_types.h helper functions into esp_hw_support

This commit is contained in:
Armando
2022-03-31 15:07:51 +08:00
parent d612c71be5
commit c4bcf1117c
24 changed files with 461 additions and 253 deletions

View File

@@ -26,7 +26,7 @@
#include "esp_rom_gpio.h"
#include "soc/soc_caps.h"
#include "soc/rtc.h" // for `rtc_clk_xtal_freq_get()`
#include "soc/soc_memory_types.h"
#include "esp_memory_utils.h"
#include "hal/dma_types.h"
#include "hal/gpio_hal.h"
#include "esp_private/gdma.h"