Newer
Older
mbed-os / tools / cmake / upload_methods / UploadMethodNONE.cmake
@Jamie Smith Jamie Smith on 14 Sep 2022 380 bytes Response to comments
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

### No-op upload method.
# This method needs no parameters.

set(UPLOAD_NONE_FOUND TRUE) # this has no dependencies
set(UPLOAD_SUPPORTS_DEBUG FALSE)

### Function to generate upload target

function(gen_upload_target TARGET_NAME BIN_FILE)

	# do nothing

endfunction(gen_upload_target)