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: 347ff92
Choose a base ref
...
head repository: stm32duino/STM32duinoBLE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa71b3f
Choose a head ref
  • 13 commits
  • 37 files changed
  • 2 contributors

Commits on Jan 11, 2024

  1. chore: rename STM32Cube_FW to STM32_WPAN

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b0e78ca View commit details
    Browse the repository at this point in the history
  2. chore: update STM32_WPAN from Cube version v1.18.0

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    04bfd79 View commit details
    Browse the repository at this point in the history
  3. chore: update CFG_BLE_*_SCA name

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    56fcc8e View commit details
    Browse the repository at this point in the history
  4. chore: adapt STM32_WPAN sources

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    fb5d414 View commit details
    Browse the repository at this point in the history
  5. fix: include a timeout when waiting for the cmd_resp

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    545cd73 View commit details
    Browse the repository at this point in the history
  6. chore: add support for customize app_conf_default.h

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    787f3fa View commit details
    Browse the repository at this point in the history
  7. 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 Jan 11, 2024
    Configuration menu
    Copy the full SHA
    c8dfa1c View commit details
    Browse the repository at this point in the history
  8. chore: regenerate STM32_WPAN patches

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8a6ead5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #67 from fpistm/STM32WPAN_1.18.0

    chore: update to STM32_WPAN v1.18.0
    fpistm authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4e02294 View commit details
    Browse the repository at this point in the history
  10. fix(examples): wrong board name

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4661771 View commit details
    Browse the repository at this point in the history
  11. ci: update deprecated checkout version

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ac3cb9b View commit details
    Browse the repository at this point in the history
  12. ci: add P_NUCLEO_WB55_USB_DONGLE to the build

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1c3d607 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Update library.properties

    Signed-off-by: Thijs van Liempd <33570639+thijses@users.noreply.github.com>
    thijses authored and fpistm committed May 30, 2024
    Configuration menu
    Copy the full SHA
    fa71b3f View commit details
    Browse the repository at this point in the history
Loading