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

chore: update to STM32_WPAN v1.19.0 #68

Merged
merged 5 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. chore: update STM32_WPAN from Cube version v1.19.0

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    dbb8cdb View commit details
    Browse the repository at this point in the history
  2. chore: adapt STM32_WPAN sources

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2775264 View commit details
    Browse the repository at this point in the history
  3. fix: include a timeout when waiting for the cmd_resp

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6cb3b42 View commit details
    Browse the repository at this point in the history
  4. chore: add support for customize app_conf_default.h

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    790d928 View commit details
    Browse the repository at this point in the history
  5. fix: TL_Evt_t payload size for reset

    Within STM32CubeWB v1.17.0 update TL_Evt_t payload size was reduced.
    This produce a warning -Warray-bounds due to the reset management
    which require 4 bytes.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    676a3cc View commit details
    Browse the repository at this point in the history