diff options
Diffstat (limited to 'fw/app/meson.build')
-rw-r--r-- | fw/app/meson.build | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fw/app/meson.build b/fw/app/meson.build index ddd5aa6..8d84209 100644 --- a/fw/app/meson.build +++ b/fw/app/meson.build @@ -43,17 +43,3 @@ application_signed = custom_target( install: true, install_dir: '/', ) - -flash_application = custom_target( - build_always_stale: true, - build_by_default: false, - command: [ - 'st-flash', - '--connect-under-reset', - 'write', - meson.current_build_dir() / 'application.signed.bin', - '0x8040000', - ], - depends: application_signed, - output: ['flash'], -) |