Skip to content
Merged
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
27 changes: 23 additions & 4 deletions src/abcc_adaptation/abcc_driver_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,33 @@
*/
#define ABCC_CFG_DRV_ASSUME_FW_UPDATE_ENABLED 1

/*------------------------------------------------------------------------------
** Anybus objects to support.
**------------------------------------------------------------------------------
*/
#define ANB_FSI_OBJ_ENABLE 1
#define DI_OBJ_ENABLE 0

/*------------------------------------------------------------------------------
** Host application objects to support.
**------------------------------------------------------------------------------
*/
#define ANB_FSI_OBJ_ENABLE 1
#define EIP_OBJ_ENABLE 1
#define PRT_OBJ_ENABLE 1
#define MOD_OBJ_ENABLE 1
#define ASM_OBJ_ENABLE 0
#define ETN_OBJ_ENABLE 0
#define SYNC_OBJ_ENABLE 0

#define PRT_OBJ_ENABLE 1
#define EIP_OBJ_ENABLE 1
#define ECT_OBJ_ENABLE 0
#define MOD_OBJ_ENABLE 1
#define BAC_OBJ_ENABLE 0
#define EPL_OBJ_ENABLE 0
#define DPV1_OBJ_ENABLE 0
#define DEV_OBJ_ENABLE 0
#define COP_OBJ_ENABLE 0
#define CCL_OBJ_ENABLE 0
#define CFN_OBJ_ENABLE 0
#define CIET_OBJ_ENABLE 0

/*------------------------------------------------------------------------------
** Command response list
Expand Down
Loading