- add support for named stdios for EL6900

This commit is contained in:
Sascha Ittner
2019-03-18 16:21:15 +01:00
parent 24a2d9d95e
commit 784f07d444
3 changed files with 75 additions and 102 deletions

View File

@@ -69,6 +69,8 @@ static const LCEC_CONF_MODPARAM_DESC_T slaveStMDS5kParams[] = {
static const LCEC_CONF_MODPARAM_DESC_T slaveEL6900Params[] = {
{ "fsoeSlaveIdx", LCEC_EL6900_PARAM_SLAVEID, MODPARAM_TYPE_U32, LCEC_EL6900_PARAM_SLAVEID_PDOS } ,
{ "stdInName", LCEC_EL6900_PARAM_STDIN_NAME, MODPARAM_TYPE_STRING, 1 } ,
{ "stdOutName", LCEC_EL6900_PARAM_STDOUT_NAME, MODPARAM_TYPE_STRING, 1 } ,
{ NULL }
};