Other Parts Discussed in Thread: CC3120,
Hello,
I am trying to convert the CC3120 Driver to run on an AM335x device, using some SYS/BIOS, and lots of bare metal access.
I already converted another vendor driver quite easily. Far easier in fact than this has been. But that module is not adequate and has a defect in the firmware.
Document swru455I chapter 19 says to create/modify a header under the porting folder. Okay...
But how much gets ported??
They show this:
However, there are MANY more folders in there.
Such as "ThirdParty" (which is all apache licensed and SSL stuff... ), net... Many of which are referring to headers that are not in the regular compiler paths (unistd.h, sys/time.h ...).
How much of that tree is needed for the driver?