Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Makefile - STLIB SDK
#
# Copyright (c) 2016 Linaro Limited
# Copyright (c) 2024 STMicroelectronics
#
# SPDX-License-Identifier: Apache-2.0

Expand Down
12 changes: 8 additions & 4 deletions lib/README
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

Directory contains all the official libraries provided by STMicroelectronics.

Available libs:
* stm32wb/hci:
Middleware for interprocessor communication on stm32wb dual core SoC
* ...
Available libraries:
* stm32wb:
Middleware for interprocessor communication that enables BLE HCI communication between
the host core and the controller core of the STM32WB.
* stm32wb0:
STM32WB0 BLE controller interfacing library.
* stm32wba:
STM32WBA BLE controller interfacing library.
Loading