You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
I'm overwhelmed by this bigger code base, so how do I modify the current make file that shown bellow to compile and include the custom software that I made. I tried looking at makefile tutorials but having a hard time understanding how to adapt it to the freedom-e-sdk setup.
I would like advice on how to add additional custom code.
The structure I am working with now is:
/software/hello
Here, where the main function is located, and uses code from headers defined in:
/custom-software/custom_header.h
/custom-software/custom_src.c
I'm overwhelmed by this bigger code base, so how do I modify the current make file that shown bellow to compile and include the custom software that I made. I tried looking at makefile tutorials but having a hard time understanding how to adapt it to the freedom-e-sdk setup.
The text was updated successfully, but these errors were encountered: