Space-and-Satellite-Systems-UC-Davis / SSS_JointTraining_FSW

A simplified version of IntelliSat, meant to be used for
MIT License
0 stars 11 forks source link

Source Code Reorganization #4

Open Darsh-Parikh opened 2 months ago

Darsh-Parikh commented 2 months ago
  1. Reorganize the top-level structure of the codebase to make it easier for people to find documentation and source code
  2. Reorganize the source code directory to make it easier to find existing systems and where to program new ones.
    • system_config should be renamed to device_drivers
    • have a dedicated folder for startup
    • change inc to global ? Or else find a better place to put globals.h so that it's easier to find
    • rename sys to something else
    • rename peripherals to sensor_interfaces
  3. Update any documentation related to the project structure
  4. Update any project settings (include paths, etc)