2021-10-08 11:45:57 +08:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
2020-01-19 10:02:21 +08:00
|
|
|
|
2020-09-10 10:37:58 +08:00
|
|
|
/*
|
|
|
|
* Pin definition header file. The long term plan is to have a single soc_pins.h for all
|
|
|
|
* peripherals. Now we temporarily separate these information into periph_pins/channels.h for each
|
|
|
|
* peripheral and include them here to avoid developing conflicts in those header files.
|
|
|
|
*/
|
2020-01-19 10:02:21 +08:00
|
|
|
|
2020-09-10 10:37:58 +08:00
|
|
|
#pragma once
|
2020-01-19 10:02:21 +08:00
|
|
|
|
2021-05-06 16:20:54 +08:00
|
|
|
#include "soc/usb_pins.h"
|
2020-09-10 10:37:58 +08:00
|
|
|
#include "soc/gpio_pins.h"
|
|
|
|
#include "soc/spi_pins.h"
|
2020-11-10 18:40:01 +11:00
|
|
|
#include "soc/sdmmc_pins.h"
|
2021-06-22 21:53:16 +08:00
|
|
|
#include "soc/touch_sensor_pins.h"
|