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.
|
2020-01-02 12:06:18 -05:00
|
|
|
|
|
|
|
#pragma once
|
2020-01-18 21:02:21 -05:00
|
|
|
|
2020-03-11 12:45:02 -04:00
|
|
|
#define SOC_TWAI_SUPPORTED 1
|
2020-09-08 08:17:18 -04:00
|
|
|
#define SOC_CP_DMA_SUPPORTED 1
|
2020-05-28 04:02:02 -04:00
|
|
|
#define SOC_CPU_CORES_NUM 1
|
|
|
|
#define SOC_SUPPORTS_SECURE_DL_MODE 1
|
2020-04-17 15:34:56 -04:00
|
|
|
#define SOC_RISCV_COPROC_SUPPORTED 1
|
2020-08-18 05:51:32 -04:00
|
|
|
#define SOC_USB_SUPPORTED 1
|