License header added to all new filed

pull/15339/head
Jamie Smith 2021-01-27 19:59:09 -08:00 committed by Jay Sridharan
parent 3182f41974
commit 929263c9c8
14 changed files with 41 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# Edit this file to configure the upload methods for your processor.
# See here for documentation about these options: https://github.com/USCRPL/mbed-cmake/wiki/Upload-Methods

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# ----------------------------------------------
# Load the upload method that the user selects

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# CMake functions for checking for Python packages
# Requires PYTHON_EXECUTABLE to be defined. Call FindPythonInterp first!

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# ----------------------------------------------
# CMake finder for SEGGER's J-Link upload tools
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# ----------------------------------------------
# CMake finder for OpenOCD
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# ----------------------------------------------
# CMake finder for STMicro's STM32 upload and debugging tools
#

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
### J-Link Upload Method
# This method needs the following parameters:
# JLINK_UPLOAD_INTERFACE - Interface to use with J-Link. Should be "JTAG" or "SWD".

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
### Mbed USB Drive Upload Method
# This method needs no parameters.
# This method creates the following options:

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
### No-op upload method.
# This method needs no parameters.

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
### OpenOCD Upload Method
# This method needs the following parameters:
# OPENOCD_CHIP_CONFIG_COMMANDS - Specifies all OpenOCD commands needed to configure openocd for your target processor.

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
### pyOCD Upload Method
# This method needs the following parameters:
# PYOCD_TARGET_NAME - Name of your processor as passed to the -t option of pyOCD. This is usually the full or partial model number.

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
### STM32Cube Upload Method
# This method needs the following parameters:
# STM32CUBE_CONNECT_COMMAND - "Connect" (-c) command to pass to the programmer

View File

@ -1,3 +1,5 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# CMake script which is invoked at install time to copy a bin file onto the mbed

View File

@ -1,3 +1,6 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#file which is invoked by the cmake build system to check if all necessary python packages are installed.
import sys