picoprobe working dma not

This commit is contained in:
matthias wagner
2023-05-21 17:31:21 +02:00
parent 2c4cfe8e27
commit 70b67e297b
79 changed files with 12891 additions and 20185 deletions

Binary file not shown.

View File

@@ -1,3 +1,5 @@
# ninja log v5
0 335 1683968527144482709 CMakeFiles/elf2uf2.dir/main.cpp.o 406ca35dcac2fe8e
335 373 1683968527182482710 elf2uf2 525b2be2437cdcd4
0 368 1684682677839015203 CMakeFiles/elf2uf2.dir/main.cpp.o 406ca35dcac2fe8e
368 405 1684682677876015205 elf2uf2 525b2be2437cdcd4

View File

@@ -25,7 +25,7 @@ CMAKE_AR:FILEPATH=/usr/bin/ar
CMAKE_BUILD_TYPE:STRING=
//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
CMAKE_CXX_COMPILER:STRING=/usr/bin/c++
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
@@ -51,7 +51,7 @@ CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
//C compiler
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
CMAKE_C_COMPILER:STRING=/usr/bin/cc
//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
@@ -232,7 +232,7 @@ CMAKE_CACHEFILE_DIR:INTERNAL=/home/spider_pig/src/c/pico/clacer/build/elf2uf2
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=25
CMAKE_CACHE_MINOR_VERSION:INTERNAL=26
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
//Path to CMake executable.

View File

@@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja" Generator, CMake Version 3.25
# Generated by "Ninja" Generator, CMake Version 3.26
# This file contains all the rules used to get the outputs files
# built from the input files.
@@ -14,7 +14,7 @@
#############################################
# Rule for compiling CXX files.
rule CXX_COMPILER__elf2uf2_
rule CXX_COMPILER__elf2uf2_unscanned_
depfile = $DEP_FILE
deps = gcc
command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@@ -1 +1 @@
cmd='/usr/bin/cmake;-DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja;-GNinja;<SOURCE_DIR><SOURCE_SUBDIR>'
cmd='/usr/bin/cmake;-DCMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'