esp-idf/components/soc/soc/esp32s2/include/soc/soc_caps.h

14 lines
447 B
C
Raw Normal View History

2019-08-18 01:23:28 -04:00
// The long term plan is to have a single soc_caps.h for each peripheral.
// During the refactoring and multichip support development process, we
// seperate these information into periph_caps.h for each peripheral and
// include them here.
#pragma once
#define SOC_TWAI_SUPPORTED 1
#define SOC_CP_DMA_SUPPORTED 1
#define SOC_CPU_CORES_NUM 1
#define SOC_SUPPORTS_SECURE_DL_MODE 1
#define SOC_RISCV_COPROC_SUPPORTED 1
2020-08-18 05:51:32 -04:00
#define SOC_USB_SUPPORTED 1