mirror of https://github.com/ARMmbed/mbed-os.git
License header added to all new filed
parent
3182f41974
commit
929263c9c8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# ----------------------------------------------
|
||||
# CMake finder for OpenOCD
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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".
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue