Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/STM32duinoBLE
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4a1bf81
Choose a base ref
...
head repository: stm32duino/STM32duinoBLE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8de2038
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Jul 10, 2025

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

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    b792e3d View commit details
    Browse the repository at this point in the history
  2. chore: adapt STM32_WPAN sources

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    dca5f9d 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 <frederic.pillon@st.com>
    fpistm committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    1af1d32 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 <frederic.pillon@st.com>
    fpistm committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    4a42f3e 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 <frederic.pillon@st.com>
    fpistm committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    8da8c8d View commit details
    Browse the repository at this point in the history
  6. fix: add missing semicolon

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    bc5be38 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #80 from fpistm/update_WPAN

    chore: update to STM32_WPAN v1.23.0
    fpistm authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    2c444f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. chore: add new field ATT bearers

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    8de2038 View commit details
    Browse the repository at this point in the history
Loading