Hi all,
I am working on a controller with integrated Oplink capabilities.
I have managed all the issues porting pios to the STM32L152 processor.
However I am stuck with the following problem:
I have put all the controller functionality into a Module.
When I add the new module using the makefile, the RadioComBridge module no longer passes through UAVObjects to the USB via HID.
If I remove the module, it works as per a standard Oplink.
I have tried to stub out all UAVObject related code, leaving a bare LCD and power path management logic.
The controller also has an onboard GPS for home location, if I add the GPS module it still works fine.
To add a new module, is all that is required is an appropriate folder structure and a MODULE_INITCALL call? in addition to modifying the Makefile.
Or am I missing something important.
Thanks
Joel