This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from f1fdba28a7 include: Add IPTR/IOBJ definitions. new 9db6aaa5c7 stm32wb: fixing IPCC 'putreg' calls new 82ad4b0e08 stm32wb: adding BLE support The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arch/arm/src/stm32wb/Kconfig | 232 ++++++ arch/arm/src/stm32wb/Make.defs | 16 +- arch/arm/src/stm32wb/hardware/stm32wb_ipcc.h | 2 +- arch/arm/src/stm32wb/stm32wb_blehci.c | 348 +++++++++ .../src/stm32wb/stm32wb_blehci.h} | 25 +- arch/arm/src/stm32wb/stm32wb_ipcc.c | 18 +- arch/arm/src/stm32wb/stm32wb_ipcc.h | 104 +++ arch/arm/src/stm32wb/stm32wb_mbox.c | 813 +++++++++++++++++++++ arch/arm/src/stm32wb/stm32wb_mbox.h | 174 +++++ .../sam_eefc.h => stm32wb/stm32wb_mbox_list.h} | 126 ++-- arch/arm/src/stm32wb/stm32wb_mbox_shci.h | 186 +++++ arch/arm/src/stm32wb/stm32wb_rcc.c | 11 + boards/arm/stm32wb/nucleo-wb55rg/README.txt | 7 + .../nucleo-wb55rg/configs/{nsh => ble}/defconfig | 14 + .../stm32wb/nucleo-wb55rg/include/nucleo-wb55rg.h | 6 + .../arm/stm32wb/nucleo-wb55rg/src/stm32_appinit.c | 26 + 16 files changed, 2025 insertions(+), 83 deletions(-) create mode 100644 arch/arm/src/stm32wb/stm32wb_blehci.c copy arch/{risc-v/src/bl602/bl602_efuse.h => arm/src/stm32wb/stm32wb_blehci.h} (79%) create mode 100644 arch/arm/src/stm32wb/stm32wb_mbox.c create mode 100644 arch/arm/src/stm32wb/stm32wb_mbox.h copy arch/arm/src/{samv7/sam_eefc.h => stm32wb/stm32wb_mbox_list.h} (51%) create mode 100644 arch/arm/src/stm32wb/stm32wb_mbox_shci.h copy boards/arm/stm32wb/nucleo-wb55rg/configs/{nsh => ble}/defconfig (77%)