-
The article on developing an EMC driver is great, but I cannot use it because it does not actually say what development environment and setup is recommended and needed. I checked the epsilon source code home page and did not find the setup procedure there either. So, question: How do I set up my idea to develop an EMC? Help much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ok, the answer is use PDE, import the source code tree and set the target platform. |
Beta Was this translation helpful? Give feedback.
-
Another option that doesn't require running Epsilon from source is to define a new target platform for the EMC driver and include the required Epsilon features in it, as we do in this example. |
Beta Was this translation helpful? Give feedback.
Another option that doesn't require running Epsilon from source is to define a new target platform for the EMC driver and include the required Epsilon features in it, as we do in this example.