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

Update BLE to Cube version 1.14.1 #46

Merged
merged 8 commits into from
Oct 11, 2022
Merged

Commits on Oct 6, 2022

  1. fix: Regenrate BLE patches prepare Update STM32Cube_FW

    Prepare update to version 1.14.0
    
    Signed-off-by: Alexandre Bourdiol <[email protected]>
    ABOSTM committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    69a6b5f View commit details
    Browse the repository at this point in the history
  2. Update STM32Cube_FW from Cube version 1.14.1

    Signed-off-by: Alexandre Bourdiol <[email protected]>
    ABOSTM committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    2cc9f0f View commit details
    Browse the repository at this point in the history
  3. chore: clean up and adapt STM32Cube_FW sources for STM32duino

    Signed-off-by: Alexandre Bourdiol <[email protected]>
    ABOSTM committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    4a9f4ae 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: Alexandre Bourdiol <[email protected]>
    ABOSTM committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    882adda View commit details
    Browse the repository at this point in the history
  5. Added support for custom app_conf.h

    Signed-off-by: Alexandre Bourdiol <[email protected]>
    ABOSTM committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    4eb33a1 View commit details
    Browse the repository at this point in the history
  6. Fix: Remove compilation warning about uninitialized struct field

    Signed-off-by: Alexandre Bourdiol <[email protected]>
    ABOSTM committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3f23425 View commit details
    Browse the repository at this point in the history
  7. Fix: Move EvtPool array from MB_MEM2 to MB_MEM1

    MB_MEM1 and MB_MEM2 ae now respectively in SRAM2a and SRAM2b
    SRAM2a being too small to put all shared memory variables
    Warning depends on split made on core:
    variants/STM32WBxx/WB55R(C-E-G)V/ldscript.ld
    
    Signed-off-by: Alexandre Bourdiol <[email protected]>
    ABOSTM committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f77db6b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. fix: implement BLE debug based on core_debug()

    Signed-off-by: Alexandre Bourdiol <[email protected]>
    ABOSTM committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    f4c2607 View commit details
    Browse the repository at this point in the history