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.20.0 #70

Merged
merged 5 commits into from
Jul 23, 2024

Commits on Jul 8, 2024

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

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    65091a9 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 Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8ceb243 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 Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7450369 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 Jul 8, 2024
    Configuration menu
    Copy the full SHA
    dac6208 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 Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c4c7874 View commit details
    Browse the repository at this point in the history