PCrabbeIMMT

Results 2 issues of PCrabbeIMMT

When attempting to compile our project in C++ against the embeddedsw repo, there are several headers that cause build failures. The ones we have run into are as follows: -...

The following functions are missing inside of [xdp.h](https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp.h) void XDp_RxInterruptEnable1(XDp *InstancePtr, u32 Mask) https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp_intr.c#L194 void XDp_RxInterruptDisable1(XDp *InstancePtr, u32 Mask) https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp_intr.c#L223 It looks like these should be declared, as they are...