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
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,3 @@

add_subdirectory_ifdef(CONFIG_HAS_STM32CUBE stm32cube)
add_subdirectory_ifdef(CONFIG_HAS_STM32LIB lib)

# Add BT firmware images upgrade support for STEVAL-MKBOX board family
if(CONFIG_BOARD_SENSORTILE_BOX OR CONFIG_BOARD_SENSORTILE_BOX_PRO)
add_subdirectory(ble_fw_mkbox)
endif()
24 changes: 0 additions & 24 deletions ble_fw_mkbox/CMakeLists.txt

This file was deleted.

80 changes: 0 additions & 80 deletions zephyr/blobs/boards/license.md

This file was deleted.

7 changes: 0 additions & 7 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ blobs:
license-path: zephyr/blobs/stm32wba/lib/license.md
url: https://github.com/STMicroelectronics/STM32CubeWBA/raw/v1.3.1/Middlewares/ST/STM32_WPAN/ble/stack/lib/stm32wba_ble_stack_llo.a
description: "Binary Stack library for the STM32WBA Bluetooth subsystem"
- path: boards/steval-mkboxpro/ble-ctrlonly-fw.bin
sha256: f65b59363482a1122d4155ceb843b1fe7bb5612496f81feb50746f110fc27ebf
type: img
version: '1.0.0'
license-path: zephyr/blobs/boards/license.md
url: https://github.com/STMicroelectronics/stsw-mkbox-bleco/raw/v1.0.0/img/steval-mkboxpro/DTM_SPI_WITH_UPDATER_CONTROLLER.bin
description: "controller-only BLE f/w image for the STEVAL-MKBOXPRO board"
Loading