mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
feat(esp32c5): support esp32c5 g0 components
This commit is contained in:
20
components/soc/esp32c5/include/soc/gpio_pins.h
Normal file
20
components/soc/esp32c5/include/soc/gpio_pins.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
// TODO: [ESP32C5] IDF-8717 (inherit from C6)
|
||||
#define GPIO_MATRIX_CONST_ONE_INPUT (0x3F)
|
||||
#define GPIO_MATRIX_CONST_ZERO_INPUT (0x3E)
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user