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

Commits on Nov 19, 2020

  1. Add shared memory transport layer for the stm32wb55

    to use connection and services the BLE RF through IPM SharedMem
    
    The Rx data are stored in a fifo to manage connection, and ACL packets
    with context section to protect index when receiving data.
    The BLE init set the device address and power settings just after the HCI_RESET command sent
    The LSE clock is used for the RF and WakeUp capability by the variant.
    There is no BLEChip enum as only one chip at this time.
    Debug is activated with CONFIG_DEBUG enabled
    
    Signed-off-by: Francois Ramu <[email protected]>
    FRASTM committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    998a42f View commit details
    Browse the repository at this point in the history
  2. Fix [-Waddress-of-packed-member] warning

    Signed-off-by: Francois Ramu <[email protected]>
    FRASTM committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    a8a500b View commit details
    Browse the repository at this point in the history
  3. Modify the examples to run on the nucleo_wb55rg board

    Signed-off-by: Francois Ramu <[email protected]>
    FRASTM committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    cca110f View commit details
    Browse the repository at this point in the history
Loading