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

Fix #210, Fix #211, bring sample_app fully into compliance #212

Merged
merged 2 commits into from
Nov 14, 2023

Commits on Nov 1, 2023

  1. Fix nasa#210, symbol name updates and UT breakup

    Update internal symbol naming to better follow conventions.  Notably,
    this renames the "SampleAppTable" to be "ExampleTable", among other
    things.
    
    This also adds a separate dispatch source file, splits the unit test
    into source file units as well.
    jphickey committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d18673e View commit details
    Browse the repository at this point in the history
  2. Fix nasa#211, add DisplayParam command

    The display param command shows an example of how to pass in and use a
    parameter with a command.  3 types are illustrated; a signed and
    unsigned int, and a string.
    jphickey committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d96999c View commit details
    Browse the repository at this point in the history