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: 1.2.5
Choose a base ref
...
head repository: stm32duino/STM32duinoBLE
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.6
Choose a head ref
  • 12 commits
  • 16 files changed
  • 1 contributor

Commits on Jul 13, 2023

  1. chore(editorconfig): do not apply change to patch files

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a93bdad View commit details
    Browse the repository at this point in the history
  2. fix: regenerate STM32Cube_FW patches

    Prepare update to version 1.17.0
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    98e8e3f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. fix(doc): wrong version

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    eab1891 View commit details
    Browse the repository at this point in the history
  2. chore: update STM32Cube_FW from Cube version v1.17.0

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    61b8a3b View commit details
    Browse the repository at this point in the history
  3. chore: adapt STM32Cube_FW sources

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    542e007 View commit details
    Browse the repository at this point in the history
  4. fix: include a timeout when waiting for the cmd_resp

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5d07a0e View commit details
    Browse the repository at this point in the history
  5. chore: add support for customize app_conf_default.h

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    370e108 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Merge pull request #59 from fpistm/stm32CubeWB_1.17.0

    chore: update to STM32Cube_FW v1.17.0
    fpistm authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2017ab4 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix: TL_Evt_t payload size for reset

    Within last CubeWB 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 24, 2023
    Configuration menu
    Copy the full SHA
    819cebd View commit details
    Browse the repository at this point in the history
  2. fix: regenerate STM32Cube_FW patches

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    2a070fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #60 from fpistm/payload_reset

    fix: TL_Evt_t payload size for reset
    fpistm authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f9e5019 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. chore: bump library version to 1.2.6

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