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

snapdragon flight maintenance issues #12811

Open
dagar opened this issue Aug 26, 2019 · 3 comments
Open

snapdragon flight maintenance issues #12811

dagar opened this issue Aug 26, 2019 · 3 comments

Comments

@dagar
Copy link
Member

dagar commented Aug 26, 2019

This is a rough list of the things that have made maintaining this platform more difficult than it needs to be.

  • parameter system duplicated in place (99% identical)
    • Action: merge src/lib/parameters/parameters.cpp and src/lib/parameters/parameters_shmem.cpp
  • init is a mess
  • development environment issues
    • not clear what is and isn't available on qurt and problems aren't caught until runtime
    • difficult to get set up
    • various ATLFlight/cmake_hexagon issues and unnecessary non-standard cmake magic
  • circular dependencies between parameters, muorb, shmem, etc
    • extern symbols with no proper include paths, linking dependencies
    • untangling this mess would help a lot
  • build system
    • there's an eagle build on jenkins (with old private container), but the binaries it produces don't seem to actually work on hardware
    • no excelsior build at all
  • no automated testing
    • Action: add eagle hardware testing to Jenkins (WIP)
    • Action: add excelsior hardware testing to Jenkins
@dagar
Copy link
Member Author

dagar commented Aug 26, 2019

FYI @modalai-sweetc @modaltb

@julianoes
Copy link
Contributor

I'll add a couple of points:

@stale
Copy link

stale bot commented Nov 25, 2019

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants