OpenEtherCATsociety / SOES

Simple Open Source EtherCAT Slave
Other
578 stars 249 forks source link

DPRINT depends on rpint library that is not available for ARM cortex M4 #57

Closed elsp1991 closed 5 years ago

elsp1991 commented 5 years ago

As one of the supported hardware for SOES is the XMC microcontroller family from Infineon, I think make sense that the code should be able to compile for it as well. With the current implementation of the DPRINT is not possible as the rprint library is no available for cortex m4.

Do you think that including a rprint.h file in the xmc_hal folder that retarget the rprintp function to printf would be a nice solution.

nakarlsson commented 5 years ago

we'll look into it, at the moment you'll have to modify it to your platform