Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prune legacy code #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Prune legacy code #99

wants to merge 1 commit into from

Commits on Jul 11, 2024

  1. Prune legacy code

    -150k loc. Moving from OreSat0 to OreSat0.5 saw significant hardware
    changes that until this point hadn't been reflected in this repo. This
    commit removes support for the no longer used hardware, including old
    boards, drivers for no longer used devices, and STM32F4/L4
    microcontrollers entirely. Of note:
    
    - The archive is gone. Its contents, like the rest of the removals here
      can be accessed in git history.
    - The C3 is now Linux based. Removing the old project means we can drop
      our custom ChibiOS patches, and also external dependencies on littlefs
      and OpenCCSDS.
    - I tried to keep modified files to a minimum but do note sensors.h,
      can_hw.h, and the app_adcs Makefile.
    ThirteenFish committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f393715 View commit details
    Browse the repository at this point in the history