epagris / flexPTP-TMC41294

Flexible, lightweight slave-only, measurement profile IEEE 1588 PTP clock synchronization implementation for network enabled MCUs.
MIT License
12 stars 2 forks source link

Is it possible to provide the hole project source? include lwip and drivers. #1

Closed zhangshengping closed 1 year ago

zhangshengping commented 1 year ago

Is it possible to provide the hole project source? include lwip and drivers.

epagris commented 1 year ago

Hi!

Unfortunately, I may not include the drivers and the lwip source in this public repository, since those files are licensed under Texas Instruments' license conditions prohibiting such redistribution.

As for the lwip network driver modifications, I have attached a diff file that you can apply on the original driver. The UARTprintf modification is pretty straightforward, only a single line must be inserted, or you can also turn on preemption in the FreeRTOS scheduler settings.

ptp_modifications.diff.txt