Commit Graph

10 Commits

Author SHA1 Message Date
Erwan Gouriou 5a10f27be1 lib/stm32wb: hci: Update lib to V1.9.0 Cube version
Tested with 1.8 and 1.9 binary

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-12-10 09:06:32 -06:00
Erwan Gouriou c1dee8527e lib/stm32wb: hci: Update lib to V1.8.0 Cube version
Tested with 1.8 binary

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-12-10 09:06:32 -06:00
Erwan Gouriou c8ee94175f lib/stm32wb: hci: Update lib to V1.7.0 Cube version
Tested with 1.7 binary

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-12-10 09:06:32 -06:00
Erwan Gouriou 1447f22fbb lib/stm32wb: hci: Update lib to V1.6.0 Cube version
Tested with 1.6 and default binary

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-12-10 09:06:32 -06:00
Erwan Gouriou ff9b7f295d lib/stm32wb: hci: Update lib to V1.5.0 Cube version
Tested with 1.5 and default binary

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-04-24 20:01:21 +02:00
Erwan Gouriou 94d735c261 lib: stm32wb hci: cleanup unused header files
Due to header reorganization, some header files are no more
used by library. Remove them to ease maintenance.
For hw_conf.h, app_conf.h should be modified to remove dependency.
Document this fix in README.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-01-15 08:15:30 -06:00
Erwan Gouriou c1ba924a4b lib: stm32wb hci: Update lib from stm32wb cube package 1.3.0
Origin:
    ST Microelectronics
        https://github.com/STMicroelectronics/STM32CubeWB

Status:
    version 1.3.0

Patch list:

Following files are distributed under ST License SLA0044.
For Zephyr they are made available under BSD-3 Clause.
* hw_ipcc.c
* app_common.h
* stm32_wpan_common.h
* app_conf.h
* hw_conf.h
* tl_conf.h

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-01-15 08:15:30 -06:00
Erwan Gouriou 7d9ca4f0c7 lib: stm32wb hci: Add patch list to README
Document the few patches are done on top of Cube package files.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-01-15 08:15:30 -06:00
Erwan Gouriou 6a64fd6382 ext/hal: stm32wb: Configure M0 FW in LL only
In order to enable HCI mode in M0 firmware,
enable CFG_BLE_LL_ONLY in hci lib.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-06-03 09:38:19 -04:00
Erwan Gouriou 1c4a55e9b2 ext/hal/st/lib: stm32wb hci shared ram driver
Library providing hci driver for host/controller communication
over shared RAM

Origin: ST Microelectronics
License: BSD-3-Clause
URL: http://www.st.com/en/embedded-software/stm32cubewb.html
Commit: 1.0.0
Purpose: Shared RAM driver for STM32WB
Maintained-by: External

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-06-03 09:38:19 -04:00