From b1838d1c5b6bd27757d50d784543ea0ae16c1769 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 24 May 2025 11:17:46 +0200 Subject: Remove `st-flash`-based build targets This was used since flashing was complex. Thus the build system should help making it easier. The new approach is more to provide artifacts by the build system which are easy to flash / remote-update. A `factory-image.bin` and `update-image.bin` should be provided. --- fw/btl/meson.build | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'fw/btl/meson.build') diff --git a/fw/btl/meson.build b/fw/btl/meson.build index 8ca1eb3..c22ba3c 100644 --- a/fw/btl/meson.build +++ b/fw/btl/meson.build @@ -26,17 +26,3 @@ bootloader = custom_target('bootloader', install: true, install_dir: '/', ) - -flash_bootloader = custom_target( - build_always_stale: true, - build_by_default: false, - command: [ - 'st-flash', - '--connect-under-reset', - 'write', - meson.current_build_dir() / 'bootloader.bin', - '0x8000000', - ], - depends: bootloader, - output: ['flash'], -) -- cgit v1.2.3-70-g09d2