Skip to content

Commit

Permalink
Add shared memory transport layer for the stm32wb55
Browse files Browse the repository at this point in the history
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 <francois.ramu@st.com>
  • Loading branch information
FRASTM committed Dec 1, 2020
1 parent 163bd85 commit 19df1cb
Show file tree
Hide file tree
Showing 2 changed files with 828 additions and 0 deletions.
Loading

0 comments on commit 19df1cb

Please sign in to comment.