Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver: eth_mcux: realtime optimizations
mcux enet driver updates: a) add mutex to access the ptp timer variables b) use thread for rx(cooperative) andfor tx cleanup(cooperative) c) use a thread for ptp inner clock updater(pre-empty) This patch fixes the following issue: ``` ENET_SendFrame error: 4004 ``` Signed-off-by: Hake Huang <hake.huang@oss.nxp.com> Co-authored-by: Seb Laveze <sebastien.laveze@nxp.com> Signed-off-by: Xabier Marquiegui <xmarquiegui@ainguraiiot.com>
- Loading branch information