Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion NimaLTD.I-CUBE-SPIF_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@

#define SPIF_PLATFORM_HAL 0
#define SPIF_PLATFORM_HAL_DMA 1
#define SPIF_PLATFORM_OCTOSPI 2

#define SPIF_RTOS_DISABLE 0
#define SPIF_RTOS_CMSIS_V1 1
#define SPIF_RTOS_CMSIS_V2 2
#define SPIF_RTOS_THREADX 3

#define SPIF_COMPAT_W25XX 0
#define SPIF_COMPAT_IS25XX 1

/**
MiddleWare name : NimaLTD.I-CUBE-SPIF.2.3.1
MiddleWare fileName : ./NimaLTD.I-CUBE-SPIF_conf.h
Expand All @@ -43,11 +47,15 @@
#define SPIF_DEBUG SPIF_DEBUG_DISABLE

/*---------- SPIF_PLATFORM -----------*/
#define SPIF_PLATFORM SPIF_PLATFORM_HAL
#define SPIF_PLATFORM SPIF_PLATFORM_OCTOSPI

/*---------- SPIF_RTOS -----------*/
#define SPIF_RTOS SPIF_RTOS_DISABLE

/*---------- SPIF_COMPAT -----------*/
#define SPIF_COMPAT SPIF_COMPAT_IS25XX


#ifdef __cplusplus
}
#endif
Expand Down
Loading