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

Adding support for OEM SKU and Serial Numbers #3030

Merged
merged 9 commits into from
Nov 8, 2024

Commits on Oct 22, 2024

  1. Adding support for OEM SKU and Serial Numbers

    - Add declarations and weak implementation for several platforms.
    josesimoes committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a927223 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. ConfigurationManager_GetSerialNumbers split into ConfigurationManager…

    …_GetSystemSerialNumber and ConfigurationManager_GetModuleSerialNumber. Implemented and tested for ESP32_S3_ALL.
    Frank Robijn committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    db9b42a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. STM32: added stubs to nanoHAL_ConfigurationManager_stubs.c, ST_STM32F…

    …769I_DISCOVERY target now has SN and compiles correctly, no SN for ST_STM32F429I_DISCOVERY and ST_NUCLEO64_F091RC targets as nanoHAL_ConfigurationManager_stubs is used instead of nanoHAL_ConfigurationManager.
    Frank Robijn committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f394ef9 View commit details
    Browse the repository at this point in the history
  2. Silabs Giant Gecko: added the device unique ID code. Build of SL_STK3…

    …701A and SL_STK3701A_REVB succeeds.
    Frank Robijn committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    0131b77 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Code style fixes

    Automated fixes for code style.
    nfbot committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a2af081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110c444 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    b0344af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39273bf View commit details
    Browse the repository at this point in the history