gpio, rtcio: removed unsupported features on different targets

This commit is contained in:
Michael (XIAO Xufeng)
2021-02-07 18:49:05 +08:00
committed by bot
parent 5fa34f6a30
commit 6059ef26fb
6 changed files with 56 additions and 37 deletions

View File

@@ -53,14 +53,14 @@
#include "esp32/rom/cache.h"
#include "esp32/clk.h"
#include "esp32/rom/rtc.h"
#include "driver/gpio.h"
#include "esp_private/gpio.h"
#elif CONFIG_IDF_TARGET_ESP32S2
#include "esp32s2/clk.h"
#include "esp32s2/rom/cache.h"
#include "esp32s2/rom/rtc.h"
#include "esp32s2/brownout.h"
#include "soc/extmem_reg.h"
#include "driver/gpio.h"
#include "esp_private/gpio.h"
#elif CONFIG_IDF_TARGET_ESP32S3
#include "esp32s3/clk.h"
#include "esp32s3/rom/cache.h"