SFUSatClub / obc-firmware

Firmware for our cubesat's On-Board Computer using the TMS570LS0432 and FreeRTOS v9
16 stars 3 forks source link

Remove ‘sfu’ prefix and change to 'obc' #84

Closed liquiddandruff closed 6 years ago

liquiddandruff commented 6 years ago

Refactor in preparations for ORCASAT.

Changes currently in https://github.com/SFUSatClub/obc-firmware/tree/rename_to_obc

Things still remain to be done until merge:

First pass rename sfu_* to obc_*

TODO:
- The CCS refactor had some glitches (naturally):
    - Some include directives were changed to use angle brackets
    instead of quotes, so that needs to to be fixed.
    - Also for some reason, paths have been made uglier, even though
    they are still in default includes. For example, CCS changed to
        #include "../SPIFFS/obc_fs_structure.h"
    from
        #include "sfu_fs_structure.h"
    Fix this too.
- Tried to rename main project folder from SFUsat to OBC, but
experienced mysterious undefined symbol errors on build, even after
fixing project includes to include this new directory.