project init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=/Users/mchapman/source/pico/pico-sdk/tools/elf2uf2
|
||||
work_dir=
|
||||
|
||||
1
build/elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt
Normal file
1
build/elf2uf2/tmp/ELF2UF2Build-cfgcmd.txt
Normal file
@@ -0,0 +1 @@
|
||||
cmd='/opt/homebrew/Cellar/cmake/3.23.2/bin/cmake;-GUnix Makefiles;<SOURCE_DIR><SOURCE_SUBDIR>'
|
||||
19
build/elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake
Normal file
19
build/elf2uf2/tmp/ELF2UF2Build-mkdirs.cmake
Normal file
@@ -0,0 +1,19 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
file(MAKE_DIRECTORY
|
||||
"/Users/mchapman/source/pico/pico-sdk/tools/elf2uf2"
|
||||
"/Users/mchapman/source/traegerController/build/elf2uf2"
|
||||
"/Users/mchapman/source/traegerController/build/elf2uf2"
|
||||
"/Users/mchapman/source/traegerController/build/elf2uf2/tmp"
|
||||
"/Users/mchapman/source/traegerController/build/elf2uf2/src/ELF2UF2Build-stamp"
|
||||
"/Users/mchapman/source/traegerController/build/elf2uf2/src"
|
||||
"/Users/mchapman/source/traegerController/build/elf2uf2/src/ELF2UF2Build-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/Users/mchapman/source/traegerController/build/elf2uf2/src/ELF2UF2Build-stamp/${subDir}")
|
||||
endforeach()
|
||||
11
build/generated/pico_base/pico/config_autogen.h
Normal file
11
build/generated/pico_base/pico/config_autogen.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// AUTOGENERATED FROM PICO_CONFIG_HEADER_FILES and then PICO_<PLATFORM>_CONFIG_HEADER_FILES
|
||||
// DO NOT EDIT!
|
||||
|
||||
|
||||
// based on PICO_CONFIG_HEADER_FILES:
|
||||
|
||||
#include "/Users/mchapman/source/pico/pico-sdk/src/boards/include/boards/ADAFRUIT_FEATHER_RP2040.h"
|
||||
|
||||
// based on PICO_RP2040_CONFIG_HEADER_FILES:
|
||||
|
||||
#include "/Users/mchapman/source/pico/pico-sdk/src/rp2_common/cmsis/include/cmsis/rename_exceptions.h"
|
||||
19
build/generated/pico_base/pico/version.h
Normal file
19
build/generated/pico_base/pico/version.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
// ---------------------------------------
|
||||
// THIS FILE IS AUTOGENERATED; DO NOT EDIT
|
||||
// ---------------------------------------
|
||||
|
||||
#ifndef _PICO_VERSION_H
|
||||
#define _PICO_VERSION_H
|
||||
|
||||
#define PICO_SDK_VERSION_MAJOR 1
|
||||
#define PICO_SDK_VERSION_MINOR 3
|
||||
#define PICO_SDK_VERSION_REVISION 1
|
||||
#define PICO_SDK_VERSION_STRING "1.3.1"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user