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

Update pab_manifest.c #23477

Commits on Aug 1, 2024

  1. Update pab_manifest.c

    Add:
    {HW_BASE_ID(6),      base_configuration_0, arraySize(base_configuration_0)},   // ZeroOne Base
    ZeroOne-Aero authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    736cc0a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Update pab_manifest.c

    ZeroOne-Aero authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0a09670 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Update pab_manifest.c

    ZeroOne-Aero authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4d72aaa View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update pab_manifest.c

    Thanks for your answer, our base_configuration_0 can be used for our baseboard, so I just added two sentences: 
    1、// BASE ID 0x150 ZeroOne X6 Baseboard Alaised to ID 0
    2、{HW_BASE_ID(0x150), base_configuration_0, arraySize(base_configuration_0)}, // ZeroOne Base
    ZeroOne-Aero authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0c0a527 View commit details
    Browse the repository at this point in the history
  2. Update pab_manifest.c

    ZeroOne-Aero authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    614045e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Update pab_manifest.c

    The value is changed to 0x110:
    {HW_BASE_ID(0x110),  base_configuration_0, arraySize(base_configuration_0)},   // ZeroOne Pixhawk Baseboard ver 0x110
    ZeroOne-Aero authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b87750e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Update pab_manifest.c

    I've changed it to 0x150
    ZeroOne-Aero authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2045319 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    1a0ba92 View commit details
    Browse the repository at this point in the history