diff --git a/projects/etherkit_ethercat_cherryecat/board/ec_config.h b/projects/etherkit_ethercat_cherryecat/board/ec_config.h index a57bb284..b5a2ea1f 100644 --- a/projects/etherkit_ethercat_cherryecat/board/ec_config.h +++ b/projects/etherkit_ethercat_cherryecat/board/ec_config.h @@ -48,7 +48,7 @@ #endif #ifndef CONFIG_EC_SCAN_STACKSIZE -#define CONFIG_EC_SCAN_STACKSIZE 2048 +#define CONFIG_EC_SCAN_STACKSIZE 4096 #endif #ifndef CONFIG_EC_SCAN_INTERVAL_MS @@ -73,13 +73,23 @@ #endif #ifndef CONFIG_EC_MAX_ENET_TXBUF_COUNT -#define CONFIG_EC_MAX_ENET_TXBUF_COUNT 10 +#define CONFIG_EC_MAX_ENET_TXBUF_COUNT 8 #endif #ifndef CONFIG_EC_MAX_ENET_RXBUF_COUNT -#define CONFIG_EC_MAX_ENET_RXBUF_COUNT 10 +#define CONFIG_EC_MAX_ENET_RXBUF_COUNT 8 #endif // #define CONFIG_EC_FOE +// #define CONFIG_EC_EOE + +#ifndef CONFIG_EC_EOE_PRIO +#define CONFIG_EC_EOE_PRIO 1 +#endif + +#ifndef CONFIG_EC_EOE_STACKSIZE +#define CONFIG_EC_EOE_STACKSIZE 4096 +#endif + #endif \ No newline at end of file diff --git a/projects/etherkit_ethercat_cherryecat/configuration.xml b/projects/etherkit_ethercat_cherryecat/configuration.xml index f1046a25..b1760d91 100644 --- a/projects/etherkit_ethercat_cherryecat/configuration.xml +++ b/projects/etherkit_ethercat_cherryecat/configuration.xml @@ -11,7 +11,7 @@